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.
1 parent e9a012b commit b6396c2Copy full SHA for b6396c2
src/main/resources/application-rdsmysql.properties
@@ -1,10 +1,10 @@
1
guru.springframework.profile.message=This is my mysql rds Profile
2
3
-spring.datasource.url=jdbc:mysql://springguru.csi0i9rgj9ws.us-east-1.rds.amazonaws.com:3306/springgurudb
+spring.datasource.url=jdbc:mysql://<change me>:3306/springgurudb
4
5
spring.jpa.hibernate.ddl-auto=update
6
7
jasypt.encryptor.password=passwordqa2
8
9
spring.datasource.username=spring
10
-spring.datasource.password=password
+spring.datasource.password=<change me>
0 commit comments