- 博客(7)
- 收藏
- 关注
原创 mybatis mysql pom文件 com.mysql.jdbc.Driver
一开始在pom文件配置了 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.0.0</version> </dependency
2021-07-06 09:36:32 1689
转载 ‘url‘ attribute is not specified and no embedded datasource could be configured.
'url' attribute is not specified and no embedded datasource could be configured.简直了,这个问题困扰了这么久,没想到是这么细节的一个东西application.yml文件中,“:”后面不是直接跟值,要加一个空格,才能解析正确。如图问题的解决感谢https://blog.csdn.net/zhou_pp/article/details/89671871...
2021-07-05 10:53:27 183
原创 idea 某目录 不是一个有效的 JRE 主目录
idea 报 不是一个有效的JRE主目录在idea中想启一个项目,启动时报,不是一个有效的JRE主目录,排查发现,是运行/调试配置里的jre路径不对,见下图位置:点“编辑配置”选到正确的jre路径即可...
2021-05-25 10:38:19 2420 2
原创 纪录片之Class.forName报ClassNotFoundException
使用Class.forName(“XXX”)报ClassNotFoundException时,将forName方法的传参中完善成完整的包名+类名就不报错了
2020-06-24 22:12:50 337
原创 计算机网络点对点路由拓扑检查
Five routers are to be connected in a point-to-point subnet . Between each pair of routers, the designers may put a high-speed line, a medium-speed line, a low-speed line, or no line. If it takes 100 ...
2020-03-02 22:42:24 1423 1
原创 SpringBoot项目中Junit单元测试报错问题
Junit单元测试过程中,一开始我用的是mvc = MockMvcBuilders.standaloneSetup(new HelloController()).build();一直报错:java.lang.NoSuchMethodError: org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$Standa...
2020-02-21 22:29:19 1824
原创 SpringBoot项目中Eclipse Sts Junit等版本
2020.2.21今天是第一次记录,仅以CSDN作为从零开始的日志本。eclipse:Version: Oxygen.3a Release (4.7.3a)sts:http://download.springsource.com/release/TOOLS/update/3.9.5.RELEASE/e4.7/springsource-tool-suite-3.9.5.RELEASE-e4.7...
2020-02-21 22:04:10 565
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人