Skip to content

Commit 4397720

Browse files
@initial AutoSave & SessionDruidMysql
1 parent e327519 commit 4397720

180 files changed

Lines changed: 235 additions & 9394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 127 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
@@ -19,100 +19,101 @@
1919
</properties>
2020

2121
<dependencies>
22-
<!-- <dependency>-->
23-
<!-- <groupId>org.springframework.boot</groupId>-->
24-
<!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
25-
<!-- </dependency>-->
26-
<!-- <dependency>-->
27-
<!-- <groupId>org.springframework.boot</groupId>-->
28-
<!-- <artifactId>spring-boot-starter-amqp</artifactId>-->
29-
<!-- </dependency>-->
30-
<!-- <dependency>-->
31-
<!-- <groupId>org.springframework.boot</groupId>-->
32-
<!-- <artifactId>spring-boot-starter-batch</artifactId>-->
33-
<!-- </dependency>-->
34-
<!-- <dependency>-->
35-
<!-- <groupId>org.springframework.boot</groupId>-->
36-
<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
37-
<!-- </dependency>-->
38-
<!-- <dependency>-->
39-
<!-- <groupId>org.springframework.boot</groupId>-->
40-
<!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
41-
<!-- </dependency>-->
42-
<!-- <dependency>-->
43-
<!-- <groupId>org.springframework.boot</groupId>-->
44-
<!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>-->
45-
<!-- </dependency>-->
46-
<!-- <dependency>-->
47-
<!-- <groupId>org.springframework.boot</groupId>-->
48-
<!-- <artifactId>spring-boot-starter-jdbc</artifactId>-->
49-
<!-- </dependency>-->
22+
<!-- <dependency>-->
23+
<!-- <groupId>org.springframework.boot</groupId>-->
24+
<!-- <artifactId>spring-boot-starter-actuator</artifactId>-->
25+
<!-- </dependency>-->
26+
<!-- <dependency>-->
27+
<!-- <groupId>org.springframework.boot</groupId>-->
28+
<!-- <artifactId>spring-boot-starter-amqp</artifactId>-->
29+
<!-- </dependency>-->
30+
<!-- <dependency>-->
31+
<!-- <groupId>org.springframework.boot</groupId>-->
32+
<!-- <artifactId>spring-boot-starter-batch</artifactId>-->
33+
<!-- </dependency>-->
34+
<!-- <dependency>-->
35+
<!-- <groupId>org.springframework.boot</groupId>-->
36+
<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
37+
<!-- </dependency>-->
38+
<!-- <dependency>-->
39+
<!-- <groupId>org.springframework.boot</groupId>-->
40+
<!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
41+
<!-- </dependency>-->
42+
<!-- <dependency>-->
43+
<!-- <groupId>org.springframework.boot</groupId>-->
44+
<!-- <artifactId>spring-boot-starter-data-redis-reactive</artifactId>-->
45+
<!-- </dependency>-->
46+
<!-- <dependency>-->
47+
<!-- <groupId>org.springframework.boot</groupId>-->
48+
<!-- <artifactId>spring-boot-starter-jdbc</artifactId>-->
49+
<!-- </dependency>-->
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-mail</artifactId>
53-
<version>2.6.3</version>
53+
<version>2.6.4</version>
5454
</dependency>
55-
<!-- <dependency>-->
56-
<!-- <groupId>org.springframework.boot</groupId>-->
57-
<!-- <artifactId>spring-boot-starter-oauth2-client</artifactId>-->
58-
<!-- </dependency>-->
59-
<!-- <dependency>-->
60-
<!-- <groupId>org.springframework.boot</groupId>-->
61-
<!-- <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>-->
62-
<!-- </dependency>-->
63-
<!-- <dependency>-->
64-
<!-- <groupId>org.springframework.boot</groupId>-->
65-
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
66-
<!-- </dependency>-->
67-
<!-- <dependency>-->
68-
<!-- <groupId>org.springframework.boot</groupId>-->
69-
<!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
70-
<!-- </dependency>-->
55+
<!-- <dependency>-->
56+
<!-- <groupId>org.springframework.boot</groupId>-->
57+
<!-- <artifactId>spring-boot-starter-oauth2-client</artifactId>-->
58+
<!-- </dependency>-->
59+
<!-- <dependency>-->
60+
<!-- <groupId>org.springframework.boot</groupId>-->
61+
<!-- <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>-->
62+
<!-- </dependency>-->
63+
<!-- <dependency>-->
64+
<!-- <groupId>org.springframework.boot</groupId>-->
65+
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
66+
<!-- </dependency>-->
67+
<!-- <dependency>-->
68+
<!-- <groupId>org.springframework.boot</groupId>-->
69+
<!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
70+
<!-- </dependency>-->
7171
<dependency>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-web</artifactId>
74-
<version>2.6.3</version>
74+
<version>2.6.4</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-starter-websocket</artifactId>
79-
<version>2.6.3</version>
79+
<version>2.6.4</version>
8080
</dependency>
81-
<!-- <dependency>-->
82-
<!-- <groupId>org.mybatis.spring.boot</groupId>-->
83-
<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
84-
<!-- <version>2.2.1</version>-->
85-
<!-- </dependency>-->
81+
<!-- <dependency>-->
82+
<!-- <groupId>org.mybatis.spring.boot</groupId>-->
83+
<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
84+
<!-- <version>2.2.1</version>-->
85+
<!-- </dependency>-->
8686
<dependency>
8787
<groupId>org.springframework.cloud</groupId>
8888
<artifactId>spring-cloud-config-server</artifactId>
89-
<version>3.1.0</version>
89+
<version>3.1.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.springframework.cloud</groupId>
9393
<artifactId>spring-cloud-starter-config</artifactId>
94-
<version>3.1.0</version>
94+
<version>3.1.1</version>
9595
</dependency>
96-
<!-- <dependency>-->
97-
<!-- <groupId>org.thymeleaf.extras</groupId>-->
98-
<!-- <artifactId>thymeleaf-extras-springsecurity5</artifactId>-->
99-
<!-- </dependency>-->
96+
<!-- <dependency>-->
97+
<!-- <groupId>org.thymeleaf.extras</groupId>-->
98+
<!-- <artifactId>thymeleaf-extras-springsecurity5</artifactId>-->
99+
<!-- </dependency>-->
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-devtools</artifactId>
103-
<version>2.6.3</version>
103+
<version>2.6.4</version>
104104
<scope>runtime</scope>
105105
<optional>true</optional>
106106
</dependency>
107107
<dependency>
108108
<groupId>mysql</groupId>
109109
<artifactId>mysql-connector-java</artifactId>
110+
<version>8.0.28</version>
110111
<scope>runtime</scope>
111112
</dependency>
112113
<dependency>
113114
<groupId>org.springframework.boot</groupId>
114115
<artifactId>spring-boot-configuration-processor</artifactId>
115-
<version>2.6.3</version>
116+
<version>2.6.4</version>
116117
<optional>true</optional>
117118
</dependency>
118119
<dependency>
@@ -123,45 +124,45 @@
123124
<dependency>
124125
<groupId>org.springframework.boot</groupId>
125126
<artifactId>spring-boot-starter-test</artifactId>
126-
<version>2.6.3</version>
127+
<version>2.6.4</version>
127128
<scope>test</scope>
128129
</dependency>
129-
<!-- <dependency>-->
130-
<!-- <groupId>io.projectreactor</groupId>-->
131-
<!-- <artifactId>reactor-test</artifactId>-->
132-
<!-- <scope>test</scope>-->
133-
<!-- </dependency>-->
134-
<!-- <dependency>-->
135-
<!-- <groupId>org.springframework.amqp</groupId>-->
136-
<!-- <artifactId>spring-rabbit-test</artifactId>-->
137-
<!-- <scope>test</scope>-->
138-
<!-- </dependency>-->
139-
<!-- <dependency>-->
140-
<!-- <groupId>org.springframework.batch</groupId>-->
141-
<!-- <artifactId>spring-batch-test</artifactId>-->
142-
<!-- <scope>test</scope>-->
143-
<!-- </dependency>-->
144-
<!-- <dependency>-->
145-
<!-- <groupId>org.springframework.restdocs</groupId>-->
146-
<!-- <artifactId>spring-restdocs-mockmvc</artifactId>-->
147-
<!-- <scope>test</scope>-->
148-
<!-- </dependency>-->
149-
<!-- <dependency>-->
150-
<!-- <groupId>org.springframework.security</groupId>-->
151-
<!-- <artifactId>spring-security-test</artifactId>-->
152-
<!-- <scope>test</scope>-->
153-
<!-- </dependency>-->
130+
<!-- <dependency>-->
131+
<!-- <groupId>io.projectreactor</groupId>-->
132+
<!-- <artifactId>reactor-test</artifactId>-->
133+
<!-- <scope>test</scope>-->
134+
<!-- </dependency>-->
135+
<!-- <dependency>-->
136+
<!-- <groupId>org.springframework.amqp</groupId>-->
137+
<!-- <artifactId>spring-rabbit-test</artifactId>-->
138+
<!-- <scope>test</scope>-->
139+
<!-- </dependency>-->
140+
<!-- <dependency>-->
141+
<!-- <groupId>org.springframework.batch</groupId>-->
142+
<!-- <artifactId>spring-batch-test</artifactId>-->
143+
<!-- <scope>test</scope>-->
144+
<!-- </dependency>-->
145+
<!-- <dependency>-->
146+
<!-- <groupId>org.springframework.restdocs</groupId>-->
147+
<!-- <artifactId>spring-restdocs-mockmvc</artifactId>-->
148+
<!-- <scope>test</scope>-->
149+
<!-- </dependency>-->
150+
<!-- <dependency>-->
151+
<!-- <groupId>org.springframework.security</groupId>-->
152+
<!-- <artifactId>spring-security-test</artifactId>-->
153+
<!-- <scope>test</scope>-->
154+
<!-- </dependency>-->
154155
<!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
155156
<dependency>
156157
<groupId>cn.dev33</groupId>
157158
<artifactId>sa-token-spring-boot-starter</artifactId>
158-
<version>1.28.0</version>
159+
<version>1.29.1.trial</version>
159160
</dependency>
160161
<!-- Sa-Token 整合 Redis (使用jackson序列化方式) -->
161162
<dependency>
162163
<groupId>cn.dev33</groupId>
163164
<artifactId>sa-token-dao-redis-jackson</artifactId>
164-
<version>1.29.0</version>
165+
<version>1.29.1.trial</version>
165166
</dependency>
166167
<!-- 提供Redis连接池 -->
167168
<dependency>
@@ -182,37 +183,53 @@
182183
<dependency>
183184
<groupId>cn.hutool</groupId>
184185
<artifactId>hutool-all</artifactId>
185-
<version>5.7.20</version>
186+
<version>5.7.22</version>
186187
</dependency>
187-
<!-- <dependency>-->
188-
<!-- <groupId>org.springframework.boot</groupId>-->
189-
<!-- <artifactId>spring-boot-starter-data-jpa</artifactId>-->
190-
<!-- <version>2.6.2</version>-->
191-
<!-- <scope>compile</scope>-->
192-
<!-- </dependency>-->
188+
<!-- <dependency>-->
189+
<!-- <groupId>org.springframework.boot</groupId>-->
190+
<!-- <artifactId>spring-boot-starter-data-jpa</artifactId>-->
191+
<!-- <version>2.6.2</version>-->
192+
<!-- <scope>compile</scope>-->
193+
<!-- </dependency>-->
193194
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
194195
<dependency>
195196
<groupId>com.google.code.gson</groupId>
196197
<artifactId>gson</artifactId>
197198
<version>2.9.0</version>
198199
</dependency>
199-
<!--elasticsearch-->
200-
<dependency>
201-
<groupId>org.elasticsearch.client</groupId>
202-
<artifactId>elasticsearch-rest-high-level-client</artifactId>
203-
<version>7.16.3</version>
204-
</dependency>
205-
<dependency>
206-
<groupId>org.elasticsearch</groupId>
207-
<artifactId>elasticsearch</artifactId>
208-
<version>7.16.3</version>
209-
</dependency>
200+
<!-- &lt;!&ndash;elasticsearch&ndash;&gt;-->
201+
<!-- <dependency>-->
202+
<!-- <groupId>org.elasticsearch.client</groupId>-->
203+
<!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>-->
204+
<!-- <version>7.16.3</version>-->
205+
<!-- </dependency>-->
206+
<!-- <dependency>-->
207+
<!-- <groupId>org.elasticsearch</groupId>-->
208+
<!-- <artifactId>elasticsearch</artifactId>-->
209+
<!-- <version>8.0.0</version>-->
210+
<!-- </dependency>-->
210211
<dependency>
211212
<groupId>com.freewayso</groupId>
212213
<artifactId>image-combiner</artifactId>
213-
<version>2.2.2</version>
214+
<version>2.3.2</version>
215+
</dependency>
216+
<!-- <dependency>-->
217+
<!-- <groupId>com.alibaba</groupId>-->
218+
<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
219+
<!-- <version>1.2.8</version>-->
220+
<!-- </dependency>-->
221+
<!-- <dependency>-->
222+
<!-- <groupId>com.alibaba.spring.boot</groupId>-->
223+
<!-- <artifactId>dubbo-spring-boot-starter</artifactId>-->
224+
<!-- <version>2.0.0</version>-->
225+
<!-- <scope>compile</scope>-->
226+
<!-- </dependency>-->
227+
<!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
228+
<dependency>
229+
<groupId>com.alibaba</groupId>
230+
<artifactId>druid</artifactId>
231+
<version>1.2.8</version>
214232
</dependency>
215-
216233
</dependencies>
217234

218235
<dependencyManagement>
@@ -274,7 +291,7 @@
274291
<!-- 因为我们将第三方jar和本项目jar放在同一个目录下,这里就使用./ -->
275292
<classpathPrefix>./</classpathPrefix>
276293
<!-- 项目启动类 -->
277-
<mainClass>com.talex.talexframe.launcher.Launcher</mainClass>
294+
<mainClass>com.talexframe.launcher.Launcher</mainClass>
278295
</manifest>
279296
</archive>
280297
</configuration>

src/main/java/com/talex/talexframe/checker/package-info.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/main/java/com/talex/talexframe/frame/TalexFrameApplication.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/main/java/com/talex/talexframe/frame/api/package-info.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)