diff --git a/pom.xml b/pom.xml
index deb48ad..76cfe75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,98 +6,138 @@
org.springframework.boot
spring-boot-starter-parent
3.5.5
-
+
com.mini
my-bigScreen
0.0.1-SNAPSHOT
bigScreen
bigScreen
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ aliyunmaven
+ Aliyun Maven Repository
+ https://maven.aliyun.com/repository/public
+ true
+ false
+
+
+
17
+ 3.0.3
+ 3.5.7
+ 1.4.4
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
com.sun.mail
- javax.mail
- 1.6.2
-
-
- javax.activation
- activation
- 1.1.1
+ jakarta.mail
+ 2.0.1
+
com.jcraft
jsch
0.1.55
-
commons-net
commons-net
- 3.11.0
+ 3.11.0
-
commons-io
commons-io
2.14.0
-
org.apache.commons
commons-lang3
3.18.0
-
-
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
- 3.0.4
-
-
com.alibaba
fastjson
2.0.52
+
+ cn.hutool
+ hutool-all
+ 5.8.31
+
+
com.baomidou
mybatis-plus-boot-starter
- 3.5.7
+ ${mybatis-plus.version}
+
+
+ org.mybatis
+ mybatis-spring
+
+
com.baomidou
mybatis-plus-extension
- 3.5.7
+ ${mybatis-plus.version}
+
+
+ org.mybatis
+ mybatis-spring
+
+
com.baomidou
mybatis-plus-generator
- 3.5.7
+ ${mybatis-plus.version}
+
+
+ org.mybatis
+ mybatis-spring
+
+
+
+
+ org.mybatis
+ mybatis-spring
+ ${mybatis-spring.version}
+
+
+
+ com.github.yulichang
+ mybatis-plus-join-boot-starter
+ ${mybatis-plus-join.version}
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+
+
+ org.mybatis
+ mybatis-spring
+
+
+
+
org.apache.velocity
velocity-engine-core
- 2.3
+ 2.3
org.apache.commons
@@ -109,20 +149,8 @@
org.freemarker
freemarker
-
- cn.hutool
- hutool-all
- 5.8.31
-
-
- org.springframework.boot
- spring-boot-starter-data-jdbc
-
-
- org.springframework.boot
- spring-boot-starter-jdbc
-
+
org.postgresql
postgresql
@@ -134,50 +162,12 @@
runtime
-
- org.springframework.security
- spring-security-core
- 6.5.4
-
-
-
-
- org.springframework.boot
- spring-boot-starter-actuator
- 3.5.5
-
-
-
-
- org.springframework.boot
- spring-boot-starter-websocket
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
-
- org.springframework.boot
- spring-boot-starter-thymeleaf
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
+
org.projectlombok
lombok
true
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
@@ -186,6 +176,11 @@
org.apache.maven.plugins
maven-compiler-plugin
+
+ ${java.version}
+ ${java.version}
+ UTF-8
+
org.springframework.boot
@@ -193,7 +188,7 @@
- repackage
+ repackage
@@ -208,5 +203,4 @@
-
-
+
\ No newline at end of file
diff --git a/src/main/java/com/mini/mybigscreen/MyBigScreenApplication.java b/src/main/java/com/mini/mybigscreen/MyBigScreenApplication.java
index acc4d57..4cdc89a 100644
--- a/src/main/java/com/mini/mybigscreen/MyBigScreenApplication.java
+++ b/src/main/java/com/mini/mybigscreen/MyBigScreenApplication.java
@@ -1,5 +1,6 @@
package com.mini.mybigscreen;
+
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;