We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb4d70 commit c9e9f6bCopy full SHA for c9e9f6b
src/main/resources/application-prod.properties
@@ -1,6 +1,6 @@
1
spring.profiles: prod
2
3
-spring.datasource.url: jdbc:mysql://localhost:3306/mystamps
+spring.datasource.url: jdbc:mysql://localhost:3306/mystamps?logger=com.mysql.jdbc.log.Slf4JLogger
4
spring.datasource.username: mystamps
5
spring.datasource.password: q1
6
spring.datasource.driver-class-name: com.mysql.jdbc.Driver
src/main/resources/application-travis.properties
spring.profiles: travis
spring.datasource.username: travis
spring.datasource.password:
0 commit comments