bug修复
This commit is contained in:
parent
fca4dd6f0c
commit
7582561540
|
|
@ -38,6 +38,21 @@
|
|||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.26.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>2.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>log4j-over-slf4j</artifactId>
|
||||
<version>2.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jul-to-slf4j</artifactId>
|
||||
<version>2.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ public class SgzbMaterialApplication
|
|||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.setProperty("org.springframework.boot.logging.LoggingSystem", "none");
|
||||
SpringApplication.run(SgzbMaterialApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 机具管理模块启动成功 ლ(´ڡ`ლ)゙ \n" +
|
||||
" .-------. ____ __ \n" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue