broker.shared-smysql-service-broker.0.0.1.source-code.application.properties Maven / Gradle / Ivy
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=
spring.datasource.url=jdbc:mysql://localhost:3306/mysql_service_broker
logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
management.endpoints.web.expose=*
service-broker.admin.username=admin
service-broker.admin.password=password
© 2015 - 2025 Weber Informatics LLC | Privacy Policy