春季启动后迁移到2.x后data.sql没有执行

时间:2018-11-21 11:19:06

标签: spring-boot

以下是记录器在运行Spring Boot应用程序时得到的信息。迁移之前用于获取“ SpringUtils”记录器信息,例如“ Executed data.sql”:

2018-11-21 13:59:11 - Mapping filter: 'corsFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'characterEncodingFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'springSessionRepositoryFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'formContentFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'requestContextFilter' to: [/*]
2018-11-21 13:59:11 - Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-11-21 13:59:11 - Servlet dispatcherServlet mapped to [/]
2018-11-21 13:59:16 - Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2018-11-21 13:59:16 - Adding discovered server localhost:27017 to client view of cluster
2018-11-21 13:59:16 - Opened connection [connectionId{localValue:1, serverValue:61}] to localhost:27017
2018-11-21 13:59:16 - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 0]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=6851025}
2018-11-21 13:59:16 - Discovered cluster type of STANDALONE
2018-11-21 13:59:18 - Opened connection [connectionId{localValue:2, serverValue:62}] to localhost:27017
2018-11-21 13:59:36 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2018-11-21 13:59:39 - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1124fd8, org.springframework.security.web.context.SecurityContextPersistenceFilter@3ac6c956, org.springframework.security.web.header.HeaderWriterFilter@fcdad9a, org.springframework.security.web.authentication.logout.LogoutFilter@73c2097e, org.springframework.security.web.session.ConcurrentSessionFilter@1bec2008, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6cd76b55, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@598acf89, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@18c9291e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@810d718, org.springframework.security.web.session.SessionManagementFilter@3bf572e0, org.springframework.security.web.access.ExceptionTranslationFilter@260715eb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7e9bb52f]
2018-11-21 13:59:42 - Initializing ExecutorService 'taskScheduler'
2018-11-21 13:59:42 - Context refreshed
2018-11-21 13:59:42 - Found 1 custom documentation plugin(s)
2018-11-21 13:59:42 - Scanning for api listing references`enter code here`

0 个答案:

没有答案