Subversion Repository Public Repository

emr_demo

Diff Revisions 3 vs 4 for /web_emr - Copy/src/main/resources/application.properties

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 - server.port=7270
1 + server.port=5285
2 2 #spring.mvc.view.prefix=/WEB-INF/
3 3 #spring.mvc.view.suffix=.jsp
4 -
4 + #debug=true
5 5 spring.jackson.serialization.INDENT_OUTPUT=true
6 6 spring.h2.console.enabled=true
7 7 spring.datasource.url=jdbc:mysql://localhost:3306/test_new?createDatabaseIfNotExist=true
  @@ -30,12 +30,23 @@
30 30 jwt.route.user.department.path=/department/create
31 31 jwt.route.departmentupdate.path=/department/update/{id}
32 32 jwt.route.departmentdelete.path=/department/delete/{id}
33 + jwt.route.departmentsearch.path=/department/search
33 34 jwt.route.user.speciality.path=/speciality/create
34 35 jwt.route.specialityupdate.path=/speciality/update/{id}
35 36 jwt.route.specialitydelete.path=/speciality/delete/{id}
37 + jwt.route.specialitysearch.path=/speciality/search
36 38 jwt.route.user.pharmacy.path=/pharmacy/create
37 39 jwt.route.pharmacyupdate.path=/pharmacy/update/{id}
38 40 jwt.route.pharmacydelete.path=/pharmacy/delete/{id}
41 + jwt.route.pharmacysearch.path=/pharmacy/search
42 + jwt.route.user.lab.path=/lab/create
43 + jwt.route.labupdate.path=/lab/update/{id}
44 + jwt.route.labdelete.path=/lab/delete/{id}
45 + jwt.route.labsearch.path=/lab/search
46 + jwt.route.user.expenditure.path=/expenditure/create
47 + jwt.route.expenditureupdate.path=/expenditure/update/{id}
48 + jwt.route.expendituredelete.path=/expenditure/delete/{id}
49 + jwt.route.expendituresearch.path=/expenditure/search
39 50 jwt.route.userrolepermission.path=/user/role/permission
40 51 jwt.route.facilitysetup.path=/specialitymaster
41 52 jwt.route.patientregistration.path=/patient/registration