Skip to content

Commit d3ae017

Browse files
committed
Include config files in spring-mvn-thymeleaf-session example
1 parent 8980e4b commit d3ae017

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
server.port=8080
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
<include resource="org/springframework/boot/logging/logback/base.xml" />
4+
<logger name="org.springframework.web" level="INFO" />
5+
</configuration>

0 commit comments

Comments
 (0)