TAMULib / CAP

MIT License
3 stars 2 forks source link

Resolve the circular references. #178

Open kaladay opened 2 years ago

kaladay commented 2 years ago
# Circular bean dependency between appWebMvcConfig and userRepoImpl.
spring.main.allow-circular-references: true

The following may also be considered for changes:

# Bean overriding is necessary for TokenAuthorizationFilter.
spring.main.allow-bean-definition-overriding: true

These properties were introduced in #174 to resolve #153.