Progressive-Learning-Platform / PLPTool6

Prototype for PLPTool frontend interface overhaul
2 stars 4 forks source link

Entire database connection is established as per the spring framework… #104

Closed mjadhav1 closed 6 years ago

mjadhav1 commented 6 years ago

…. Error message will be shown if the database is not configured. I have changed the workflow of database connectivity. This is a major change. Please review it and suggest if any changes needed.

mjadhav1 commented 6 years ago

You will get the database credentials in the spring-datasource.xml file.

mjadhav1 commented 6 years ago

@tobielf for 2. Can you tell me which java file has mixing of tabs and space? for 3. I have already added comments to the new code. Please check UserController.java, UserService.java, UserDAO.java

mjadhav1 commented 6 years ago

@tobielf For 1. I have reverted the bower_components folder with the master. Now everything is back to the "Customer" from "customer". Please review it and let me know.