File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11spring.datasource.url =@env.DATABASE_URL@
22spring.datasource.username =@env.DATABASE_USERNAME@
33spring.datasource.password =@env.DATABASE_PASSWORD@
4- spring.datasource.driver-class-name =com.mysql.jdbc.Driver
4+ spring.datasource.driver-class-name =com.mysql.cj. jdbc.Driver
55
66common-api-url-searchuserbyid =@env.COMMON_API@beneficiary/searchUserByID
77common-api-url-searchBeneficiary =@env.COMMON_API@beneficiary/searchBeneficiary
Original file line number Diff line number Diff line change 11spring.datasource.url =${DATABASE_URL}
22spring.datasource.username =${DATABASE_USERNAME}
33spring.datasource.password =${DATABASE_PASSWORD}
4- spring.datasource.driver-class-name =com.mysql.jdbc.Driver
4+ spring.datasource.driver-class-name =com.mysql.cj. jdbc.Driver
55
66common-api-url-searchuserbyid =${COMMON_API}beneficiary/searchUserByID
77common-api-url-searchBeneficiary =${COMMON_API}beneficiary/searchBeneficiary
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ server.port=8086
22spring.datasource.url =jdbc:mysql://localhost:3306/db_iemr
33spring.datasource.username =root
44spring.datasource.password =1234
5- spring.datasource.driver-class-name =com.mysql.jdbc.Driver
5+ spring.datasource.driver-class-name =com.mysql.cj. jdbc.Driver
66
77spring.profiles.active =test
88callcentre-server-ip =10.208.122.99
You can’t perform that action at this time.
0 commit comments