Skip to content

Commit b6396c2

Browse files
adding files for assignment
1 parent e9a012b commit b6396c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
guru.springframework.profile.message=This is my mysql rds Profile
22

3-
spring.datasource.url=jdbc:mysql://springguru.csi0i9rgj9ws.us-east-1.rds.amazonaws.com:3306/springgurudb
3+
spring.datasource.url=jdbc:mysql://<change me>:3306/springgurudb
44

55
spring.jpa.hibernate.ddl-auto=update
66

77
jasypt.encryptor.password=passwordqa2
88

99
spring.datasource.username=spring
10-
spring.datasource.password=password
10+
spring.datasource.password=<change me>

0 commit comments

Comments
 (0)