diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 63e9001..0e1c064 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -1,6 +1,7 @@
-
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5a66bef..e81c739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,8 @@
com.jg
jg
- 3.8.7
+
+ 4.0.0
jar
jg
@@ -264,29 +265,29 @@
-
-
- public
- aliyun nexus
- https://maven.aliyun.com/repository/public
-
- true
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
- public
- aliyun nexus
- https://maven.aliyun.com/repository/public
-
- true
-
-
- false
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/com/jg/JGApplication.java b/src/main/java/com/jg/JGApplication.java
index 4346b54..56f14b2 100644
--- a/src/main/java/com/jg/JGApplication.java
+++ b/src/main/java/com/jg/JGApplication.java
@@ -26,22 +26,11 @@ public class JGApplication
Environment env = application.getEnvironment();
String ip = InetAddress.getLocalHost().getHostAddress();
String port = env.getProperty("server.port");
- // System.setProperty("spring.devtools.restart.enabled", "false");
-// SpringApplication.run(jgApplication.class, args);
- System.out.println(" ████████ ██ ██████ ██ ████████ ██ ██ \n" +
- " ██░░░░░░ ██████ ░░ █████ ░█░░░░██ ░██ ██░░░░░░ ░██ ░██ \n" +
- "░██ ░██░░░██ ██████ ██ ███████ ██░░░██░█ ░██ ██████ ██████ ██████░██ ██████ ██████ ██████ ██████\n" +
- "░█████████░██ ░██░░██░░█░██░░██░░░██░██ ░██░██████ ██░░░░██ ██░░░░██░░░██░ ░█████████░░░██░ ░░░░░░██ ░░██░░█░░░██░ \n" +
- "░░░░░░░░██░██████ ░██ ░ ░██ ░██ ░██░░██████░█░░░░ ██░██ ░██░██ ░██ ░██ ░░░░░░░░██ ░██ ███████ ░██ ░ ░██ \n" +
- " ░██░██░░░ ░██ ░██ ░██ ░██ ░░░░░██░█ ░██░██ ░██░██ ░██ ░██ ░██ ░██ ██░░░░██ ░██ ░██ \n" +
- " ████████ ░██ ░███ ░██ ███ ░██ █████ ░███████ ░░██████ ░░██████ ░░██ ████████ ░░██ ░░████████░███ ░░██ ");
- System.out.println("");
-// System.out.println("http://localhost:9999/swagger-ui/index.html");
log.info("\n----------------------------------------------------------\n\t" +
- "Application is running! Access URLs:\n\t" +
- "localhost: \t\thttp://" + "localhost" + ":" + port + "/\n\t" +
- "localhost: \t\thttp://" + "localhost" + ":" + port + "/doc.html\n\t" +
- "Doc: \t\thttp://" + ip + ":" + port + "/doc.html\n\t" +
+ "Application is running! Access URLS:\n\t" +
+ "localhost: \t\t\thttp://" + "localhost" + ":" + port + "/\n\t" +
+ "localhostDoc: \t\thttp://" + "localhost" + ":" + port + "/doc.html\n\t" +
+ "Doc: \t\t\t\thttp://" + ip + ":" + port + "/doc.html\n\t" +
"swagger-ui: \t\thttp://" + ip + ":" + port + "/swagger-ui/index.html\n\t" +
"----------------------------------------------------------");
}
diff --git a/src/main/java/com/jg/project/about/controller/AboutPartThreeController.java b/src/main/java/com/jg/project/about/controller/AboutPartThreeController.java
index 54d54ee..5798aba 100644
--- a/src/main/java/com/jg/project/about/controller/AboutPartThreeController.java
+++ b/src/main/java/com/jg/project/about/controller/AboutPartThreeController.java
@@ -88,7 +88,6 @@ public class AboutPartThreeController extends BaseController {
@ApiOperation(value = "关于第三部分修改信息", notes = "关于第三部分修改信息")
@PostMapping("/edit")
public R edit(AboutPartThree aboutPartThree) {
- log.info("aboutPartThree:{}",aboutPartThree);
boolean res = aboutPartThreeService.updateById(aboutPartThree);
return R.ok(res);
}
diff --git a/src/main/java/com/jg/project/about/service/IAboutPartThreeService.java b/src/main/java/com/jg/project/about/service/IAboutPartThreeService.java
index 7371d23..01225ed 100644
--- a/src/main/java/com/jg/project/about/service/IAboutPartThreeService.java
+++ b/src/main/java/com/jg/project/about/service/IAboutPartThreeService.java
@@ -13,5 +13,5 @@ import java.util.List;
* @date 2024-04-19
*/
public interface IAboutPartThreeService extends IService {
- public List selectAboutPartThreeList(AboutPartThree aboutPartThree);
+ List selectAboutPartThreeList(AboutPartThree aboutPartThree);
}
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 8985c33..df4e094 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,6 +3,7 @@ jg:
# 名称
name: JG
# 版本
+# version: 3.8.7
version: 4.0.0
# 版权年份
copyrightYear: 2024
diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt
index 6262042..8b32a0a 100644
--- a/src/main/resources/banner.txt
+++ b/src/main/resources/banner.txt
@@ -1,18 +1,33 @@
Application Version: ${jg.version}
Spring Boot Version: ${spring-boot.version}
- # # # # # ##########
- #### ## ## ## ## ## ##
- #### # ## ## ## # ## ##########
- ## ## ## ## ########## ## # ## ##
- ## #### ###### ## ############# ########## #
- ###### # ## ## ## # ## ## ###############
- ## # ## ## ######## ## ## # #
- #### ## ## ## # # ## ## ## ###########
- ##### ## ## # ### ## ## ## ## ## ## ##
- ### # # ##### ### # ## ## ## ##########
- # ## #### #### #### ## ## ## ## ##
- # ## ### ## # ## ## ## ## ##########
- ## ## ## #### ## ## # ## #
- ## ## ## ## ### ## ## ########
- ## ## ### ## ### ## #### ## #
- # # # # # # # ##############
\ No newline at end of file
+ _____ _ _ _ ___ _____ __ _____
+ / ____| (_) | | | | |__ \ | ____/_ | ____|
+| (___ _ __ _ __ _ _ __ __ _| |__ ___ ___ | |_ ) | | |__ | | |__
+ \___ \| '_ \| '__| | '_ \ / _` | '_ \ / _ \ / _ \| __| / / |___ \ | |___ \
+ ____) | |_) | | | | | | | (_| | |_) | (_) | (_) | |_ / /_ _ ___) || |___) |
+|_____/| .__/|_| |_|_| |_|\__, |_.__/ \___/ \___/ \__| |____(_)____(_)_|____/
+ | | __/ |
+ |_| |___/
+
+ __ /^\
+ .' \ / :.\
+ / \ | :: \
+ / /. \ / ::: |
+ | |::. \ / :::'/
+ | / \::. | / :::'/
+ `--` \' `~~~ ':'/`
+ / (
+ / 0 _ 0 \
+ \/ \_/ \/
+ -== '.' | '.' ==-
+ /\ '-^-' /\
+ \ _ _ /
+ .-`-((\o/))-`-.
+ _ / //^\\ \ _
+ ."o".( , .:::. , )."o".
+ |o o\\ \:::::/ //o o|
+ \ \\ |:::::| // /
+ \ \\__/:::::\__// /
+ \ .:.\ `':::'` /.:. /
+ \':: |_ _| ::'/
+ `---` `"""""` `---`
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
index 8985c33..df4e094 100644
--- a/target/classes/application.yml
+++ b/target/classes/application.yml
@@ -3,6 +3,7 @@ jg:
# 名称
name: JG
# 版本
+# version: 3.8.7
version: 4.0.0
# 版权年份
copyrightYear: 2024
diff --git a/target/classes/banner.txt b/target/classes/banner.txt
index 6262042..0d1c094 100644
--- a/target/classes/banner.txt
+++ b/target/classes/banner.txt
@@ -1,18 +1,33 @@
Application Version: ${jg.version}
Spring Boot Version: ${spring-boot.version}
- # # # # # ##########
- #### ## ## ## ## ## ##
- #### # ## ## ## # ## ##########
- ## ## ## ## ########## ## # ## ##
- ## #### ###### ## ############# ########## #
- ###### # ## ## ## # ## ## ###############
- ## # ## ## ######## ## ## # #
- #### ## ## ## # # ## ## ## ###########
- ##### ## ## # ### ## ## ## ## ## ## ##
- ### # # ##### ### # ## ## ## ##########
- # ## #### #### #### ## ## ## ## ##
- # ## ### ## # ## ## ## ## ##########
- ## ## ## #### ## ## # ## #
- ## ## ## ## ### ## ## ########
- ## ## ### ## ### ## #### ## #
- # # # # # # # ##############
\ No newline at end of file
+ _____ _ _ _ ___ _____ __ _____
+ / ____| (_) | | | | |__ \ | ____/_ | ____|
+| (___ _ __ _ __ _ _ __ __ _| |__ ___ ___ | |_ ) | | |__ | | |__
+ \___ \| '_ \| '__| | '_ \ / _` | '_ \ / _ \ / _ \| __| / / |___ \ | |___ \
+ ____) | |_) | | | | | | | (_| | |_) | (_) | (_) | |_ / /_ _ ___) || |___) |
+|_____/| .__/|_| |_|_| |_|\__, |_.__/ \___/ \___/ \__| |____(_)____(_)_|____/
+ | | __/ |
+ |_| |___/
+
+ __ /^\
+ .' \ / :.\
+ / \ | :: \
+ / /. \ / ::: |
+ | |::. \ / :::'/
+ | / \::. | / :::'/
+ `--` \' `~~~ ':'/`
+ / (
+ / 0 _ 0 \
+ \/ \_/ \/
+ -== '.' | '.' ==-
+ /\ '-^-' /\
+ \ _ _ /
+ .-`-((\o/))-`-.
+ _ / //^\\ \ _
+ ."o".( , .:::. , )."o".
+ |o o\\ \:::::/ //o o|
+ \ \\ |:::::| // /
+ \ \\__/:::::\__// /
+ \ .:.\ `':::'` /.:. /
+ \':: |_ _| ::'/
+ `---` `"""""` `---`
\ No newline at end of file
diff --git a/target/classes/com/jg/JGApplication.class b/target/classes/com/jg/JGApplication.class
index f5e18ea..2c2b228 100644
Binary files a/target/classes/com/jg/JGApplication.class and b/target/classes/com/jg/JGApplication.class differ
diff --git a/target/classes/com/jg/project/about/controller/AboutPartThreeController.class b/target/classes/com/jg/project/about/controller/AboutPartThreeController.class
index 9da3b0e..798dfb9 100644
Binary files a/target/classes/com/jg/project/about/controller/AboutPartThreeController.class and b/target/classes/com/jg/project/about/controller/AboutPartThreeController.class differ