common-api/src/main/resources/application.properties
2021-11-16 15:16:47 +08:00

5 lines
234 B
Properties

spring.datasource.url=jdbc:mysql://192.168.1.100:3306/common_db
spring.datasource.username=common_user
spring.datasource.password=CommonPassword@123
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
#spring.jpa.show-sql: true