Files
SOP/sop-index/sop-index-service/src/main/resources/application-dev.properties
六如 5e8a5d7133 5.0
2024-09-10 00:20:43 +08:00

8 lines
284 B
INI

dubbo.registry.address=zookeeper://localhost:2181
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test
spring.sql.init.schema-locations=classpath:schema.sql
spring.datasource.username=${mysql.username}
spring.datasource.password=${mysql.password}