为了方便测试,数据源连接定义在
config.json
文件中。 生产中则一般使用spring-cloud-config
进行管理
1.首先正常启动项目
3.修改 config.json,更新url,username,password 属性。
4.curl -X POST http://localhost:8080/actuator/refresh
为了方便测试,数据源连接定义在
config.json
文件中。 生产中则一般使用spring-cloud-config
进行管理
1.首先正常启动项目
3.修改 config.json,更新url,username,password 属性。
4.curl -X POST http://localhost:8080/actuator/refresh