chore: 更新配置文件及pom.xml编码设置
修改开发环境jwt注释格式 调整生产环境jpa ddl-auto为create 添加maven资源插件UTF-8编码配置
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -129,6 +129,15 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- 添加资源编码配置 -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.3.1</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<!-- 确保项目编译和资源处理使用UTF-8编码 -->
|
||||
<sourceDirectory>src/main/java</sourceDirectory>
|
||||
|
||||
Reference in New Issue
Block a user