Loading Related Data https://docs.microsoft.com/en-us/ef/core/querying/related-data Eager loading means that the related data is loaded from the database as part of the initial query. Explicit loading means that the related data is explicitly loaded…
参考官方文档:https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html Spring Boot uses a very particular PropertySource order that is designed to allow sensible overriding of values. Properties are considered in the…