logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea中springboot项目下的 META-INF下配置文件未被读取

场景:我需要将A项目下的META-INF.config 下的local.properties 文件拷贝到B项目。第一次拷贝:鼠标右键复制、粘贴,粘贴到B项目后,发现拷贝出的文件是config以及config文件下的local.properties。没有把META-INF文件夹拷贝过来。第一次解决:鼠标右键选中 config ——> Refactor——>Rename改名字 在confi

#java
springBoot与freemarker整合后,项目打成Jar包后Freemarker找不到模板的问题

问题介绍springBoot与freemarker整合后,本地测试没有问题,提交到服务器上时。报错获取不到resource/templates的模板:020-07-01 10:52:38 freemarker.template.TemplateNotFoundException: Template not found for name “basicProcessTemplate.ftl”.2020

#java#spring
使用Mybatis generator生成mybatis 动态SQL代码

使用Mybatis generator生成mybatis 动态SQL代码加入相关依赖<dependency><groupId>org.mybatis.dynamic-sql</groupId><artifactId>mybatis-dynamic-sql</artifactId><version>1.1.4</versi

#sql#spring boot#mybatis
springboot项目配置idea的run/debug configurations

springboot项目配置idea的run/debug configurations远程代码克隆到本地后, idea配置 add configuration2 点击进去后,选择 + 号,然后再选择 springboot , 选择springboot的启动类,这时你发现是没有启动类让选的(我之前红框的springboot启动类是没有的)3这时因为idea没有识别到该项目是sp...

#spring boot#maven#intellij idea
到底了