摘要:
今天在搭建SpringCloud Eureka过程中,一直在报pom依赖错误,排查问题总结如下经验。 1、SpringBoot整合SpringCloud两者版本是有严格约束的,详细见SpringBoot官方文档(https://spring.io/projects/spring-cloud): 正确 阅读全文
摘要:
SpringBoot项目一般都会配置starter-parent依赖。 示例: 其主要作用: 指定编码格式默认使用utf-8。 指定java版本默认使用1.8。 提供Dependency Management进行项目依赖的版本管理,如指定实际依赖的版本号(已经做版本兼容性测试)。 默认的资源过滤和插 阅读全文
摘要:
E:\maven\repository alimaven-central central aliyun maven http://maven.aliyun.com/nexus/content/repositories/central/ ... 阅读全文