阿里云maven-MySQL依赖避坑
依赖 <!-- mysql--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> 这个依赖在拉
依赖 <!-- mysql--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> 这个依赖在拉
背景 今天创建了一个spring boot的demo项目,发现maven一直拉取失败,用了两年一直没有问题,报了如下错误。 Non-resolvable parent POM for com.elysia:demo:0.0.1-SNAPSHOT: The following artifacts co