mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-10 09:57:57 -05:00
chore: updated spring boot to 3.5.3 (#116)
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.3</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.dedicatedcode</groupId>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Server configuration
|
||||
server.port=8080
|
||||
|
||||
server.tomcat.max-part-count=100
|
||||
|
||||
# Logging configuration
|
||||
|
||||
logging.level.root = INFO
|
||||
|
||||
Reference in New Issue
Block a user