mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:01:09 +08:00
feat(version): Add log output to track cross-domain configuration injections
- Added log output to the injectCors function to log when the cross-domain configuration is injected
This commit is contained in:
parent
da3bd2f714
commit
f13b21e640
@ -40,6 +40,7 @@ open class VersionAutoConfiguration(
|
||||
}
|
||||
@PostConstruct
|
||||
fun injectCors() {
|
||||
log.info("延迟注入跨域配置")
|
||||
mapping.corsConfigurationSource = corsConfigurationSource
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user