spring-boot-book-v2
spring-boot-book-v2 copied to clipboard
下载运行后报错
Could not find artifact com.example:ay-user-api:pom:0.0.1 in alimaven (http://maven.aliyun.com/nexus/content/repositories/central/)
spring-boot-book-v2是《一步一步学spring boot2:微服务项目实战》源码,该项目依赖的外部资源比较多,例如:redis、mysql、MQ等等,没办法直接启动。需要提前安装这些资源,调整配置才可以启动
spring-boot-book-v2是《一步一步学spring boot2:微服务项目实战》源码,该项目依赖的外部资源比较多,例如:redis、mysql、MQ等等,没办法直接启动。需要提前安装这些资源,调整配置才可以启动
redis、mysql、MQ,配置好了,还是没起来