mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
8 lines
284 B
INI
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}
|