TAMULib / GIFMButtonService

0 stars 1 forks source link

Resolve the circular references. #45

Open rmathew1011 opened 2 years ago

rmathew1011 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 #43 to resolve #42.