-
Notifications
You must be signed in to change notification settings - Fork 19
Home
idrice24 edited this page May 22, 2020
·
11 revisions
-
Staff Module
-
Admission Module
*Report Module Each have the posibility to view his/her personal report and can download it in defferent format (pdf, txt, doc, exc etc ).
Create a MySQL database with the name springbootdband add the credentials to /resources/application.properties.
The default ones are :
spring.datasource.url=jdbc:mysql://localhost:3306/springbootdb
spring.datasource.username=root
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update