Skip to content

Commit 6da54eb

Browse files
added mysql settings
1 parent 886a431 commit 6da54eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
guru.springframework.profile.message=This is my QA Profile
1+
guru.springframework.profile.message=This is my QA Profile
2+
3+
spring.datasource.url=jdbc:mysql://localhost:3306/springguru
4+
spring.datasource.username=root
5+
spring.datasource.password=
6+
7+
spring.jpa.hibernate.ddl-auto=update

0 commit comments

Comments
 (0)