Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jmol #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@

# SchoolProject
A Spring boot application
Import this Project through Spring Test Suite OR Eclipse Oxygen Using Maven Existing Dialog box.

Make Changes in Application.properties file

1. Create Database name and Replace under the database_name column.
2. Use your system mysql user name under the below username column.
3. Use your mysql password against the column password.

# Url to connect app with database
spring.datasource.url=jdbc:mysql://localhost:3306/YOUR_DATABASE_NAME


# Credentails for accessing database from application
spring.datasource.username=USER_NAME

spring.datasource.password=PASSWORD

Now, create folder with your choice name and then replace it absoulte path below in Application.properties file

spring.applicationexternalPath.name=FOLDER_PATH_ABSOLUTE

And, same to be added in this file also /School_Project/src/main/java/com/spoken/Utility/ServiceUtility.java

static String mediaPath=FOLDER_PATH_ABSOLUTE;



# School-Content-Resource-System

Loading