We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4008389 + 3926ea1 commit f32104bCopy full SHA for f32104b
src/main/environment/common_example.properties
@@ -1,5 +1,6 @@
1
+server.port=8094
2
# DataSource settings: set here your own configurations for the database
-spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
3
-spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
4
-spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
+spring.datasource.url=jdbc:mysql://localhost:3306/db_identity
+spring.datasource.username=root
5
+spring.datasource.password=1234
6
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
0 commit comments