feat(config): 迁移配置中心从Eureka到Nacos并修复SpringBoot兼容性问题
- 移除所有模块中的Eureka配置,替换为Nacos服务发现和配置管理
- 添加spring.main.allow-circular-references=true解决SpringBoot 2.6循环依赖问题
- 添加spring.mvc.pathmatch.matching-strategy=ant_path_matcher解决Swagger2兼容性问题
- 在多个模块的application-dev.properties中配置Nacos连接参数
- 修改数据库查询语句语法错误,修复原生SQL查询问题
- 添加XStream和DOM4J依赖支持XML序列化功能
- 移除amos-component-config组件依赖,统一使用Nacos配置管理
- 实现Pageable接口的withPage方法,修复分页功能缺失问题
Showing
Please
register
or
sign in
to comment