mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
style 微调代码
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
|
||||
<artifactId>dax-pay</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- thymeleaf 模板引擎 -->
|
||||
<dependency>
|
||||
|
@@ -35,6 +35,7 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-undertow</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 支付 -->
|
||||
<dependency>
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<!-- plumelog Redis方式日志收集 -->
|
||||
<appender name="plumelog" class="com.plumelog.logback.appender.LiteAppender">
|
||||
<appName>bootx-platform</appName>
|
||||
<plumelogHost>127</plumelogHost>
|
||||
<plumelogHost>127.0.0.1</plumelogHost>
|
||||
</appender>
|
||||
|
||||
<!-- 开发输出级别 -->
|
||||
|
Reference in New Issue
Block a user