Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3820fcd

Browse files
committed
20221104 framework to spring boot maven update
1 parent b175751 commit 3820fcd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<artifactId>spring-boot-starter-jdbc</artifactId>
2828
</dependency>
2929

30-
3130
<dependency>
3231
<groupId>org.springframework.boot</groupId>
3332
<artifactId>spring-boot-starter-security</artifactId>
@@ -48,6 +47,11 @@
4847
<artifactId>spring-boot-starter-validation</artifactId>
4948
</dependency>
5049

50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-starter-websocket</artifactId>
53+
</dependency>
54+
5155
<dependency>
5256
<groupId>org.mybatis.spring.boot</groupId>
5357
<artifactId>mybatis-spring-boot-starter</artifactId>
@@ -65,6 +69,12 @@
6569
<version>3.12.0</version>
6670
</dependency>
6771

72+
<dependency>
73+
<groupId>org.apache.commons</groupId>
74+
<artifactId>commons-collections4</artifactId>
75+
<version>4.1</version>
76+
</dependency>
77+
6878
<dependency>
6979
<groupId>commons-io</groupId>
7080
<artifactId>commons-io</artifactId>
@@ -115,10 +125,14 @@
115125
</dependencies>
116126

117127
<build>
128+
<finalName>${project.artifactId}</finalName>
118129
<plugins>
119130
<plugin>
120131
<groupId>org.springframework.boot</groupId>
121132
<artifactId>spring-boot-maven-plugin</artifactId>
133+
<configuration>
134+
<executable>true</executable>
135+
</configuration>
122136
</plugin>
123137
</plugins>
124138
</build>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /