参考
1. https://cloud.tencent.com/developer/news/241674
2. https://blog.csdn.net/qq_27317475/article/details/81119098
搭建Spring boot开发环境
问题1:
Could not transfer artifact org.mybatis:mybatis:jar:3.5.6 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar
解决办法:下载失败,优化网速,重新下载,第一次下载耗时。
问题2:pom.xml内变红的问题:
出错位置
增加版本信息<version>2.4.2</version>,与pom开始的版本一致
参考版本
问题3:数据库URL未配置的问题
先忽略数据库配置,增加 @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class})
下一步计划配置数据库
需要配置数据库参考;spring boot 连接Mysql :https://www.qikegu.com/docs/2552
python绘制函数图;
https://www.jianshu.com/p/6c878711f57a