We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9682f9c commit 9c94272Copy full SHA for 9c94272
EntityMapping/src/main/resources/application.properties
@@ -1,10 +1,10 @@
1
spring.application.name=EntityMapping
2
spring.datasource.url=jdbc:mysql://localhost:3306/entitymapping?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
3
-spring.datasource.username=root
4
-spring.datasource.password=Drona
+spring.datasource.username=root # Keep your user name
+spring.datasource.password=password # Keep your password
5
spring.jpa.hibernate.ddl-auto=update
6
spring.jpa.show-sql=true
7
#spring.session.store-type=none
8
9
10
-#server.port=9090
+#server.port=9090
0 commit comments