
spring相关
nature_ph
这个作者很懒,什么都没留下…
展开
-
springboot test文件夹灰色
Mark directory as -Resources Root感悟:之前搜索的时候,一直搜索的是" test java 文件不生效 ",后来换一种描述,就找到答案了原创 2021-03-15 20:54:41 · 704 阅读 · 0 评论 -
Spring数据库SQL增加日志
1.启动文件@MapperScan("xxx.water.dao")edu.water.dao是对应DAO层的package内容2.application.propertiesmybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpllogging.level.xxx.water.dao=debug原创 2021-03-03 14:39:32 · 241 阅读 · 1 评论 -
SpringBoot + 前后端不分离 + 项目部署
1.pom文件修改1)jar包<groupId>cn.bit</groupId><artifactId>water</artifactId><version>0.0.1-SNAPSHOT</version>2)webapp包含进去 <resources> <resource> <directory>/Do原创 2021-02-09 13:51:32 · 4162 阅读 · 0 评论 -
spring问题Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.3.RELEASE:run (
问题1:Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.3.RELEASE:run (default-cli) on project water: An exception occurred while running. null原因:端口占用原创 2020-10-22 11:12:06 · 557 阅读 · 0 评论