
资源配置
E_N_D123
这个作者很懒,什么都没留下…
展开
-
maven打包后运行:Error: Could not find or load main class ‐jar
在pom.xml文件中添加如下:<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <conf原创 2021-01-06 00:51:59 · 1905 阅读 · 1 评论 -
Lombox的使用(maven)
在idea中下载Lombox的插件!](https://img-blog.csdnimg.cn/20210105094006393.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NzI0OTg2OQ==,size_16,color_FFFFFF,t_70)在pom.xml文件中添加Lombox的依赖<depend.原创 2021-01-05 09:46:14 · 200 阅读 · 0 评论 -
利用Jackson解决Json乱码问题
导入Jackson依赖:<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.10.0</version> </dependency>在sprin.原创 2021-01-04 19:51:26 · 1000 阅读 · 0 评论 -
springmvc-servlet.xml固定配置
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="h原创 2020-12-29 11:18:22 · 148 阅读 · 0 评论 -
Maven中资源导出问题解决方案--pom.xml配置
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include>原创 2020-12-29 11:15:35 · 223 阅读 · 0 评论