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 886a431 commit 6da54ebCopy full SHA for 6da54eb
src/main/resources/application-qa.properties
@@ -1 +1,7 @@
1
-guru.springframework.profile.message=This is my QA Profile
+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