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 b0eb17b commit e9a012bCopy full SHA for e9a012b
src/main/resources/application-rdsmysql.properties
@@ -0,0 +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
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
0 commit comments