lazy-initialization
This commit is contained in:
parent
bbf9c50cbe
commit
69983d0efb
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.risesoft</groupId>
|
||||
<artifactId>demo01</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0</version>
|
||||
<name>demo01</name>
|
||||
|
||||
|
@ -67,12 +67,12 @@
|
|||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<exclusions>
|
||||
<!--<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</exclusions>-->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -66,6 +66,7 @@ spring:
|
|||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
allow-circular-references: false
|
||||
lazy-initialization: false
|
||||
docker:
|
||||
compose:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue