You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,24 @@ You can run the following commands to compile and generate resources:
39
39
```
40
40
npm install (Will install all Node.js dependencies mentioned in package.json file)
41
41
gulp (Re-generate all front-end dependencies)
42
+
```
43
+
44
+
Prepare Your MySql Database server as provided in the [Database Configuration](http://help.javatmp.com/pages/javatmp-app-starter-project-version#preparing-oracle-mysql-database-management-system)
45
+
then update Spring boot `application.properties` file in `.\JavaTMP-App-Starter\src\main\resources` by
46
+
setting the following properties by your username and password and database names:
0 commit comments