mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
17 lines
311 B
Properties
Executable File
17 lines
311 B
Properties
Executable File
dubbo.registry.address=nacos://localhost:8848
|
|
|
|
mybatis.print-sql=true
|
|
|
|
# manager cache type, local/redis
|
|
gateway.manager.cache-type=redis
|
|
|
|
# mysql config
|
|
mysql.host=127.0.0.1:3306
|
|
mysql.username=root
|
|
mysql.password=root
|
|
|
|
# redis config
|
|
spring.redis.host=localhost
|
|
spring.redis.port=6379
|
|
spring.redis.database=0
|