material screen

This commit is contained in:
sxu 2024-09-26 09:19:02 +08:00
parent 82ee905b0d
commit b5b1396fd5
20 changed files with 6 additions and 32 deletions

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bonus-modules-material-bigscreen</artifactId>
<artifactId>bonus-modules-material-screen</artifactId>
<description>
bonus-modules-material-bigscreen仓储大屏模块

View File

@ -16,11 +16,11 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@EnableCustomSwagger2
@EnableRyFeignClients
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
public class BonusMaterialBigScreenApplication
public class BonusMaterialScreenApplication
{
public static void main(String[] args)
{
SpringApplication.run(BonusMaterialBigScreenApplication.class, args);
SpringApplication.run(BonusMaterialScreenApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 仓储大屏模块启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +

View File

@ -1,4 +1,4 @@
package com.bonus.material.bigscreen.controller;
package com.bonus.material.screen.controller;
import com.bonus.common.core.utils.poi.ExcelUtil;
import com.bonus.common.core.web.controller.BaseController;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="logs/bonus-material-bigscreen" />
<property name="log.path" value="logs/bonus-material-screen" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />

View File

@ -10,7 +10,7 @@
<modules>
<module>bonus-material</module>
<module>bonus-material-bigscreen</module>
<module>bonus-material-screen</module>
</modules>
<artifactId>bonus-modules</artifactId>

26
pom.xml
View File

@ -285,30 +285,4 @@
</plugins>
</pluginManagement>
</build>
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>public</id>-->
<!-- <name>aliyun nexus</name>-->
<!-- <url>https://maven.aliyun.com/repository/public</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- <pluginRepositories>-->
<!-- <pluginRepository>-->
<!-- <id>public</id>-->
<!-- <name>aliyun nexus</name>-->
<!-- <url>https://maven.aliyun.com/repository/public</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<!-- </pluginRepositories>-->
</project>