deps: 指定源码的编码为UTF-8
This commit is contained in:
parent
c391f8d322
commit
9e22765147
@ -44,7 +44,7 @@ public interface Notifier<T extends Template> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 指定通知模板进行发送
|
* 指定通知模板进行发送
|
||||||
* <p>提供一个通知模板进行消息发送,比较灵活,适用于一些一次性的消息推送<p/>
|
* <p>提供一个通知模板进行消息发送,比较灵活,适用于一些一次性的消息推送</p>
|
||||||
*
|
*
|
||||||
* @param template 通知模板
|
* @param template 通知模板
|
||||||
* @param context 模板上下文参数
|
* @param context 模板上下文参数
|
||||||
|
9
pom.xml
9
pom.xml
@ -70,6 +70,15 @@
|
|||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<version>3.1.0</version>
|
||||||
|
<configuration>
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user