zhangjf 1f30315a2f refactor: 将conf目录加入classpath,移除spring.config.location参数
- start.sh:
  - ClassPath改为 lib/*:conf
  - 移除CONFIG_OPTS参数
  - Spring Boot自动从classpath加载配置文件

优势:
- 启动命令更简洁
- 配置文件作为classpath资源自动加载
- 符合Spring Boot标准做法
2026-02-22 20:37:20 +08:00
..