File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
kotlin = " 2.2.0"
3
3
kotlinIdeVersion = " 1.9.20-506"
4
4
kotlinIdeVersionWithSuffix = " 231-1.9.20-506-IJ8109.175"
5
- spring-boot = " 2.7.10 "
5
+ spring-boot = " 3.5.3 "
6
6
spring-dependency-managment = " 1.1.7"
7
7
springfox-boot-starter = " 3.0.0"
8
8
aws-serverless-java-container-springboot2 = " 1.9.3"
Original file line number Diff line number Diff line change 4
4
<property name =" LOGS" value =" ./logs" />
5
5
<appender name =" Console"
6
6
class =" ch.qos.logback.core.ConsoleAppender" >
7
- <layout class =" ch.qos.logback.classic.PatternLayout " >
7
+ <encoder class =" ch.qos.logback.classic.encoder.PatternLayoutEncoder " >
8
8
<Pattern >
9
- %black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1. }): %msg%n%throwable
9
+ %black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1}): %msg%n%throwable
10
10
</Pattern >
11
- </layout >
11
+ </encoder >
12
12
</appender >
13
13
<appender name =" RollingFile"
14
14
class =" ch.qos.logback.core.rolling.RollingFileAppender" >
15
15
<file >${LOGS}/spring-boot-logger.log</file >
16
16
<encoder
17
17
class =" ch.qos.logback.classic.encoder.PatternLayoutEncoder" >
18
- <Pattern >%d %p %C{1. } [%t] %m%n</Pattern >
18
+ <Pattern >%d %p %C{1} [%t] %m%n</Pattern >
19
19
</encoder >
20
20
21
21
<rollingPolicy
You can’t perform that action at this time.
0 commit comments