文章分类 -  spring boot

摘要:spring boot 发现无法使用@Test注解,可能是因为 scope为test表示依赖项目仅仅参与测试相关的工作,包括测试代码的编译,执行。比较典型的如junit 注释掉scope即可在任意地方使用@Test 阅读全文
posted @ 2022-04-14 15:28 叨叨的蜗牛 阅读(1465) 评论(0) 推荐(0) 编辑
摘要:驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS12] 使用jdk_1.8.0_19 阅读全文
posted @ 2022-04-02 16:48 叨叨的蜗牛 阅读(355) 评论(0) 推荐(0) 编辑
摘要:找不到或无法加载主类 org.jeecg.JeecgSystemApplication 1、删除编译文件,重新运行run 2、file-->invalidate Cache/restart,在弹出框点击invalidate and restart,IDEA重启 3、file-->project st 阅读全文
posted @ 2022-03-18 14:05 叨叨的蜗牛 阅读(2284) 评论(0) 推荐(0) 编辑
摘要:如果xml文件放到src的目录下,先修改配置 mybatis-plus: mapper-locations: classpath:com/dev/xxx/module/*/mapper/xml/*.xml 如果不生效,需要修改pom.xml <build> <plugins> <plugin> <g 阅读全文
posted @ 2022-03-10 17:50 叨叨的蜗牛 阅读(616) 评论(0) 推荐(0) 编辑