flyway,如果已经创建的版本V1中已经更新,则会validation报错

    at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.flywaydb.core.api.FlywayException: Validate failed. Migration Checksum mismatch for migration 1
-> Applied to database : 1224276381
-> Resolved locally : 777424622
at org.flywaydb.core.Flyway.doValidate(Flyway.java:1108)
at org.flywaydb.core.Flyway.access$300(Flyway.java:62)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:1012)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:1006)
at org.flywaydb.core.Flyway.execute(Flyway.java:1418)
at org.flywaydb.core.Flyway.migrate(Flyway.java:1006)
at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)
... 21 common frames omitted

flyway的启动时机比较早

2016-12-14 09:30:52.319 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' to allow for resolving potential circular references
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletContextInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemProperties] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemEnvironment] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [random] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application-dev.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [refresh] PropertySource with lowest search precedence
2016-12-14 09:30:52.320 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [localProperties] PropertySource with lowest search precedence
2016-12-14 09:30:52.322 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.322 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.325 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties'
2016-12-14 09:30:52.325 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration$RedisConnectionConfiguration' via constructor to bean named 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties'
2016-12-14 09:30:52.327 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration$RedisConnectionConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:52.328 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.328 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.331 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration$RedisConnectionConfiguration'
2016-12-14 09:30:52.331 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration'
2016-12-14 09:30:52.331 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration'
2016-12-14 09:30:52.331 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.332 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:52.333 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.333 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.334 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration'
2016-12-14 09:30:52.334 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties'
2016-12-14 09:30:52.334 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener'
2016-12-14 09:30:52.334 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener'
2016-12-14 09:30:52.335 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.335 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Registered injected element on class [org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener]: AutowiredFieldElement for private org.springframework.security.authentication.AuthenticationEventPublisher org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener.eventPublisher
2016-12-14 09:30:52.335 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Registered injected element on class [org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener]: AutowiredFieldElement for private org.springframework.context.ApplicationContext org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener.context
2016-12-14 09:30:52.335 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener' to allow for resolving potential circular references
2016-12-14 09:30:52.336 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Processing injected element of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener': AutowiredFieldElement for private org.springframework.security.authentication.AuthenticationEventPublisher org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener.eventPublisher
2016-12-14 09:30:52.337 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'authenticationEventPublisher'
2016-12-14 09:30:52.337 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'authenticationEventPublisher'
2016-12-14 09:30:52.337 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.337 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration'
2016-12-14 09:30:52.338 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@75d43ad'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'authenticationEventPublisher' to allow for resolving potential circular references
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'authenticationEventPublisher'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener' to bean named 'authenticationEventPublisher'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Processing injected element of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener': AutowiredFieldElement for private org.springframework.context.ApplicationContext org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener.context
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener' to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@75d43ad'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.339 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.340 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration$AuthenticationManagerConfigurationListener'
2016-12-14 09:30:52.340 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration'
2016-12-14 09:30:52.340 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration'
2016-12-14 09:30:52.340 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.340 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:52.341 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.341 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.343 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'authenticationManager'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'authenticationManager'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
2016-12-14 09:30:52.344 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'authenticationManager' via factory method to bean named 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
2016-12-14 09:30:52.345 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'authenticationManager' to allow for resolving potential circular references
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'authenticationManager'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'authenticationManager'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'springBootAuthenticationConfigurerAdapter'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.346 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:52.348 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.348 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'bootGlobalAuthenticationConfigurationAdapter'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'authenticationEventPublisher'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'securityProperties'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$ManagementWebSecurityConfigurerAdapter'
2016-12-14 09:30:52.349 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$ManagementSecurityPropertiesConfiguration'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ignoredPathsWebSecurityConfigurerAdapter'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'flyway'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'flywayInitializer'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'flywayInitializer'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:52.350 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration'
2016-12-14 09:30:52.351 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'flyway'
2016-12-14 09:30:52.351 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'flywayInitializer' via factory method to bean named 'flyway'
2016-12-14 09:30:52.351 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'flywayInitializer' to allow for resolving potential circular references
2016-12-14 09:30:52.353 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'flywayInitializer'
2016-12-14 09:30:52.355 INFO [restartedMain][org.flywaydb.core.internal.util.VersionPrinter] Flyway 3.2.1 by Boxfuse
2016-12-14 09:30:52.402 INFO [restartedMain][com.alibaba.druid.pool.DruidDataSource] {dataSource-1} inited
2016-12-14 09:30:52.639 INFO [restartedMain][org.flywaydb.core.internal.dbsupport.DbSupportFactory] Database: jdbc:mysql://127.0.0.1:3306/demo?autoReconnect=true&useCompression=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true (MySQL 5.5)
2016-12-14 09:30:52.641 DEBUG [restartedMain][org.flywaydb.core.Flyway] DDL Transactions Supported: false
2016-12-14 09:30:52.642 DEBUG [restartedMain][org.flywaydb.core.Flyway] Schema: test
2016-12-14 09:30:52.644 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning for classpath resources at 'db/migration' (Prefix: '', Suffix: '.sql')
2016-12-14 09:30:52.644 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning URL: file:/E:/SpringBootCookbook/target/classes/db/migration
2016-12-14 09:30:52.644 DEBUG [restartedMain][org.flywaydb.core.internal.util.FeatureDetector] JBoss VFS v2 available: false
2016-12-14 09:30:52.646 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning starting at classpath root in filesystem: E:\workspace-demo\SpringBootCookbook\target\classes\
2016-12-14 09:30:52.646 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning for resources in path: E:\workspace-demo\SpringBootCookbook\target\classes\db\migration (db/migration)
2016-12-14 09:30:52.646 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Found resource: db/migration/V1.1__SecurityInit.sql
2016-12-14 09:30:52.646 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Found resource: db/migration/V1__init.sql
2016-12-14 09:30:52.649 DEBUG [restartedMain][org.flywaydb.core.internal.util.FeatureDetector] Spring Jdbc available: true
2016-12-14 09:30:52.653 DEBUG [restartedMain][org.flywaydb.core.internal.command.DbValidate] Validating migrations ...
2016-12-14 09:30:52.656 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning for classpath resources at 'db/migration' (Prefix: 'V', Suffix: '.sql')
2016-12-14 09:30:52.656 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning URL: file:/E:/SpringBootCookbook/target/classes/db/migration
2016-12-14 09:30:52.656 DEBUG [restartedMain][org.flywaydb.core.internal.util.FeatureDetector] JBoss VFS v2 available: false
2016-12-14 09:30:52.656 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning starting at classpath root in filesystem: E:\SpringBootCookbook\target\classes\
2016-12-14 09:30:52.656 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning for resources in path: E:\SpringBootCookbook\target\classes\db\migration (db/migration)
2016-12-14 09:30:52.657 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Found resource: db/migration/V1.1__SecurityInit.sql
2016-12-14 09:30:52.657 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Found resource: db/migration/V1__init.sql
2016-12-14 09:30:52.660 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning for classes at 'db/migration' (Implementing: 'org.flywaydb.core.api.migration.jdbc.JdbcMigration')
2016-12-14 09:30:52.660 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning URL: file:/E:/SpringBootCookbook/target/classes/db/migration
2016-12-14 09:30:52.660 DEBUG [restartedMain][org.flywaydb.core.internal.util.FeatureDetector] JBoss VFS v2 available: false
2016-12-14 09:30:52.660 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning starting at classpath root in filesystem: E:\SpringBootCookbook\target\classes\
2016-12-14 09:30:52.660 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning for resources in path: E:\SpringBootCookbook\target\classes\db\migration (db/migration)
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Filtering out resource: db/migration/V1.1__SecurityInit.sql (filename: V1.1__SecurityInit.sql)
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Filtering out resource: db/migration/V1__init.sql (filename: V1__init.sql)
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning for classes at 'db/migration' (Implementing: 'org.flywaydb.core.api.migration.spring.SpringJdbcMigration')
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Scanning URL: file:/E:/SpringBootCookbook/target/classes/db/migration
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.FeatureDetector] JBoss VFS v2 available: false
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning starting at classpath root in filesystem: E:\SpringBootCookbook\target\classes\
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.FileSystemClassPathLocationScanner] Scanning for resources in path: E:\SpringBootCookbook\target\classes\db\migration (db/migration)
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Filtering out resource: db/migration/V1.1__SecurityInit.sql (filename: V1.1__SecurityInit.sql)
2016-12-14 09:30:52.661 DEBUG [restartedMain][org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner] Filtering out resource: db/migration/V1__init.sql (filename: V1__init.sql)
2016-12-14 09:30:52.670 INFO [restartedMain][org.flywaydb.core.internal.command.DbValidate] Validated 2 migrations (execution time 00:00.015s)
2016-12-14 09:30:52.771 DEBUG [restartedMain][org.flywaydb.core.internal.command.DbSchemas] Schema `test` already exists. Skipping schema creation.
2016-12-14 09:30:52.818 INFO [restartedMain][org.flywaydb.core.internal.metadatatable.MetaDataTableImpl] Creating Metadata table: `test`.`schema_version`
2016-12-14 09:30:52.825 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 17: CREATE TABLE `test`.`schema_version` (
`version_rank` INT NOT NULL,
`installed_rank` INT NOT NULL,
`version` VARCHAR(50) NOT NULL,
`description` VARCHAR(200) NOT NULL,
`type` VARCHAR(20) NOT NULL,
`script` VARCHAR(1000) NOT NULL,
`checksum` INT,
`installed_by` VARCHAR(100) NOT NULL,
`installed_on` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`execution_time` INT NOT NULL,
`success` BOOL NOT NULL
) ENGINE=InnoDB
2016-12-14 09:30:52.826 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 30: ALTER TABLE `test`.`schema_version` ADD CONSTRAINT `schema_version_pk` PRIMARY KEY (`version`)
2016-12-14 09:30:52.826 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 32: CREATE INDEX `schema_version_vr_idx` ON `test`.`schema_version` (`version_rank`)
2016-12-14 09:30:52.826 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 33: CREATE INDEX `schema_version_ir_idx` ON `test`.`schema_version` (`installed_rank`)
2016-12-14 09:30:52.826 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 34: CREATE INDEX `schema_version_s_idx` ON `test`.`schema_version` (`success`)
2016-12-14 09:30:52.826 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE TABLE `test`.`schema_version` (
`version_rank` INT NOT NULL,
`installed_rank` INT NOT NULL,
`version` VARCHAR(50) NOT NULL,
`description` VARCHAR(200) NOT NULL,
`type` VARCHAR(20) NOT NULL,
`script` VARCHAR(1000) NOT NULL,
`checksum` INT,
`installed_by` VARCHAR(100) NOT NULL,
`installed_on` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`execution_time` INT NOT NULL,
`success` BOOL NOT NULL
) ENGINE=InnoDB
2016-12-14 09:30:52.948 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: ALTER TABLE `test`.`schema_version` ADD CONSTRAINT `schema_version_pk` PRIMARY KEY (`version`)
2016-12-14 09:30:53.177 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE INDEX `schema_version_vr_idx` ON `test`.`schema_version` (`version_rank`)
2016-12-14 09:30:53.282 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE INDEX `schema_version_ir_idx` ON `test`.`schema_version` (`installed_rank`)
2016-12-14 09:30:53.379 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE INDEX `schema_version_s_idx` ON `test`.`schema_version` (`success`)
2016-12-14 09:30:53.451 DEBUG [restartedMain][org.flywaydb.core.internal.metadatatable.MetaDataTableImpl] Metadata table `test`.`schema_version` created.
2016-12-14 09:30:53.451 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Locking table `test`.`schema_version`...
2016-12-14 09:30:53.452 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Lock acquired for table `test`.`schema_version`
2016-12-14 09:30:53.458 INFO [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Current version of schema `test`: << Empty Schema >>
2016-12-14 09:30:53.458 INFO [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Migrating schema `test` to version 1 - init
2016-12-14 09:30:53.462 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 5: CREATE TABLE `city` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`state` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='市级信息'
2016-12-14 09:30:53.462 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 15: INSERT INTO `city` VALUES ('1', '石家庄', '河北')
2016-12-14 09:30:53.462 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 16: INSERT INTO `city` VALUES ('2', '邯郸', '河北')
2016-12-14 09:30:53.462 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 17: INSERT INTO `city` VALUES ('3', 'Sacramento', 'CA')
2016-12-14 09:30:53.463 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 23: CREATE TABLE `country` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
`countryname` varchar(255) DEFAULT NULL COMMENT '名称',
`countrycode` varchar(255) DEFAULT NULL COMMENT '代码',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='国家信息'
2016-12-14 09:30:53.463 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 33: INSERT INTO `country` VALUES ('1', 'Angola--tests', 'AO')
2016-12-14 09:30:53.463 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 34: INSERT INTO `country` VALUES ('2', 'Afghanistan', 'AF')
2016-12-14 09:30:53.463 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 35: INSERT INTO `country` VALUES ('3', 'Albania', 'AL')
2016-12-14 09:30:53.463 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 36: INSERT INTO `country` VALUES ('4', 'Algeria', 'DZ')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 37: INSERT INTO `country` VALUES ('5', 'Andorra', 'AD')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 38: INSERT INTO `country` VALUES ('6', 'Anguilla', 'AI')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 39: INSERT INTO `country` VALUES ('7', 'Antigua and Barbuda', 'AG')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 40: INSERT INTO `country` VALUES ('8', 'Argentina', 'AR')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 41: INSERT INTO `country` VALUES ('9', 'Armenia', 'AM')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 42: INSERT INTO `country` VALUES ('10', 'Australia', 'AU')
2016-12-14 09:30:53.464 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE TABLE `city` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`state` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='市级信息'
2016-12-14 09:30:53.582 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `city` VALUES ('1', '石家庄', '河北')
2016-12-14 09:30:53.584 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `city` VALUES ('2', '邯郸', '河北')
2016-12-14 09:30:53.585 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `city` VALUES ('3', 'Sacramento', 'CA')
2016-12-14 09:30:53.586 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: CREATE TABLE `country` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
`countryname` varchar(255) DEFAULT NULL COMMENT '名称',
`countrycode` varchar(255) DEFAULT NULL COMMENT '代码',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='国家信息'
2016-12-14 09:30:53.707 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('1', 'Angola--tests', 'AO')
2016-12-14 09:30:53.708 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('2', 'Afghanistan', 'AF')
2016-12-14 09:30:53.709 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('3', 'Albania', 'AL')
2016-12-14 09:30:53.709 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('4', 'Algeria', 'DZ')
2016-12-14 09:30:53.710 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('5', 'Andorra', 'AD')
2016-12-14 09:30:53.710 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('6', 'Anguilla', 'AI')
2016-12-14 09:30:53.711 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('7', 'Antigua and Barbuda', 'AG')
2016-12-14 09:30:53.712 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('8', 'Argentina', 'AR')
2016-12-14 09:30:53.712 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('9', 'Armenia', 'AM')
2016-12-14 09:30:53.713 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: INSERT INTO `country` VALUES ('10', 'Australia', 'AU')
2016-12-14 09:30:53.732 DEBUG [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Successfully completed and committed migration of schema `test` to version 1
2016-12-14 09:30:53.745 DEBUG [restartedMain][org.flywaydb.core.internal.metadatatable.MetaDataTableImpl] MetaData table `test`.`schema_version` successfully updated to reflect changes
2016-12-14 09:30:53.757 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Locking table `test`.`schema_version`...
2016-12-14 09:30:53.758 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Lock acquired for table `test`.`schema_version`
2016-12-14 09:30:53.761 INFO [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Migrating schema `test` to version 1.1 - SecurityInit
2016-12-14 09:30:53.761 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 1: create table users(
username varchar(50) not null primary key,
password varchar(50) not null,
enabled boolean not null)
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 6: create table authorities (
username varchar(50) not null,
authority varchar(50) not null,
constraint fk_authorities_users foreign key(username) references users(username))
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 10: create unique index ix_auth_username on authorities (username,authority)
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 12: insert into users (username, password, enabled) values ('admin', 'password', true)
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 13: insert into authorities (username, authority) values ('admin', 'ADMIN')
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 15: insert into users (username, password, enabled) values ('user', 'password', true)
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Found statement at line 16: insert into authorities (username, authority) values ('user', 'USER')
2016-12-14 09:30:53.762 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: create table users(
username varchar(50) not null primary key,
password varchar(50) not null,
enabled boolean not null)
2016-12-14 09:30:53.852 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: create table authorities (
username varchar(50) not null,
authority varchar(50) not null,
constraint fk_authorities_users foreign key(username) references users(username))
2016-12-14 09:30:53.953 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: create unique index ix_auth_username on authorities (username,authority)
2016-12-14 09:30:54.078 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: insert into users (username, password, enabled) values ('admin', 'password', true)
2016-12-14 09:30:54.079 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: insert into authorities (username, authority) values ('admin', 'ADMIN')
2016-12-14 09:30:54.080 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: insert into users (username, password, enabled) values ('user', 'password', true)
2016-12-14 09:30:54.081 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.SqlScript] Executing SQL: insert into authorities (username, authority) values ('user', 'USER')
2016-12-14 09:30:54.114 DEBUG [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Successfully completed and committed migration of schema `test` to version 1.1
2016-12-14 09:30:54.117 DEBUG [restartedMain][org.flywaydb.core.internal.metadatatable.MetaDataTableImpl] MetaData table `test`.`schema_version` successfully updated to reflect changes
2016-12-14 09:30:54.140 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Locking table `test`.`schema_version`...
2016-12-14 09:30:54.141 DEBUG [restartedMain][org.flywaydb.core.internal.dbsupport.Table] Lock acquired for table `test`.`schema_version`
2016-12-14 09:30:54.143 INFO [restartedMain][org.flywaydb.core.internal.command.DbMigrate] Successfully applied 2 migrations to schema `test` (execution time 00:01.327s).
2016-12-14 09:30:54.144 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.144 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'flywayInitializer'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'flyway-org.springframework.boot.autoconfigure.flyway.FlywayProperties'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'stringOrNumberMigrationVersionConverter'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2016-12-14 09:30:54.145 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.146 DEBUG [restartedMain][org.springframework.core.LocalVariableTableParameterNameDiscoverer] Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$70cb9b1e] - unable to determine constructor/method parameter names
2016-12-14 09:30:54.147 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2016-12-14 09:30:54.147 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2016-12-14 09:30:54.147 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.148 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Registered injected element on class [org.springframework.boot.autoconfigure.info.ProjectInfoProperties]: AutowiredMethodElement for void org.springframework.boot.autoconfigure.info.ProjectInfoProperties.setDefaultGitLocation(org.springframework.core.io.Resource)
2016-12-14 09:30:54.148 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' to allow for resolving potential circular references
2016-12-14 09:30:54.148 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Processing injected element of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties': AutowiredMethodElement for void org.springframework.boot.autoconfigure.info.ProjectInfoProperties.setDefaultGitLocation(org.springframework.core.io.Resource)
2016-12-14 09:30:54.152 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.git.properties:classpath:git.properties' in any property source
2016-12-14 09:30:54.152 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.git.properties:classpath:git.properties' in any property source
2016-12-14 09:30:54.152 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.git.properties' in any property source
2016-12-14 09:30:54.152 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.git.properties' in any property source
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletContextInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemEnvironment] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [random] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application-dev.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [refresh] PropertySource with lowest search precedence
2016-12-14 09:30:54.153 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [localProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.157 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.157 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.158 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2016-12-14 09:30:54.159 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2016-12-14 09:30:54.159 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:54.160 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.160 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'envInfoContributor'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.InfoContributorProperties'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DiskSpaceHealthIndicatorConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'diskSpaceHealthIndicator'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'diskSpaceHealthIndicatorProperties'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$RedisHealthIndicatorConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'redisHealthIndicator'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DataSourcesHealthIndicatorConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'dbHealthIndicator'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'healthAggregator'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'management.health.status-org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$FastMetricServicesConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'counterBuffers'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'gaugeBuffers'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'actuatorMetricReader'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'counterService'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'gaugeService'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.163 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:54.165 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.165 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.166 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration'
2016-12-14 09:30:54.166 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.166 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.166 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.166 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:54.170 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.170 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.173 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.173 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'mbeanExporter'
2016-12-14 09:30:54.173 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'mbeanExporter'
2016-12-14 09:30:54.173 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.173 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.175 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'objectNamingStrategy'
2016-12-14 09:30:54.175 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'objectNamingStrategy'
2016-12-14 09:30:54.175 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.175 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.177 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'objectNamingStrategy' to allow for resolving potential circular references
2016-12-14 09:30:54.180 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'objectNamingStrategy'
2016-12-14 09:30:54.180 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.180 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.182 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'objectNamingStrategy'
2016-12-14 09:30:54.182 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy'
2016-12-14 09:30:54.188 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'mbeanServer'
2016-12-14 09:30:54.189 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'mbeanServer'
2016-12-14 09:30:54.189 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.189 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
2016-12-14 09:30:54.192 DEBUG [restartedMain][org.springframework.jmx.support.JmxUtils] Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5b851d63
2016-12-14 09:30:54.194 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'mbeanServer' to allow for resolving potential circular references
2016-12-14 09:30:54.195 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.195 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.209 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'mbeanServer'
2016-12-14 09:30:54.210 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'mbeanExporter' to allow for resolving potential circular references
2016-12-14 09:30:54.213 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'mbeanExporter'
2016-12-14 09:30:54.213 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.213 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'mbeanExporter'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'objectNamingStrategy'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'mbeanServer'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$TomcatMetricsConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'tomcatPublicMetrics'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$DataSourceMetricsConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'dataSourcePublicMetrics'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'systemPublicMetrics'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'metricReaderPublicMetrics'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$RequestMappingEndpointConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'requestMappingEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$FlywayEndpointConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'flywayEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'environmentEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'healthEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'beansEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'infoEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'metricsEndpoint'
2016-12-14 09:30:54.232 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'traceEndpoint'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'dumpEndpoint'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'autoConfigurationReportEndpoint'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'shutdownEndpoint'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'configurationPropertiesReportEndpoint'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'endpoints-org.springframework.boot.actuate.endpoint.EndpointProperties'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'endpoints-org.springframework.boot.actuate.endpoint.EndpointProperties'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.235 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'endpoints-org.springframework.boot.actuate.endpoint.EndpointProperties' to allow for resolving potential circular references
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletContextInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemEnvironment] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [random] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application-dev.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [refresh] PropertySource with lowest search precedence
2016-12-14 09:30:54.236 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [localProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.239 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.239 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.240 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'endpoints-org.springframework.boot.actuate.endpoint.EndpointProperties'
2016-12-14 09:30:54.240 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration'
2016-12-14 09:30:54.240 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration'
2016-12-14 09:30:54.240 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.240 DEBUG [restartedMain][org.springframework.core.LocalVariableTableParameterNameDiscoverer] Cannot find '.class' file for class [class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration$$EnhancerBySpringCGLIB$$1e7bc080] - unable to determine constructor/method parameter names
2016-12-14 09:30:54.242 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties'
2016-12-14 09:30:54.242 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties'
2016-12-14 09:30:54.242 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.242 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Registered injected element on class [org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties]: AutowiredFieldElement for private java.lang.String org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties.domain
2016-12-14 09:30:54.242 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties' to allow for resolving potential circular references
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.beans.factory.annotation.InjectionMetadata] Processing injected element of bean 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties': AutowiredFieldElement for private java.lang.String org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties.domain
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.jmx.default-domain:' in any property source
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.jmx.default-domain:' in any property source
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.jmx.default-domain' in any property source
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.PropertySourcesPropertyResolver] Could not find key 'spring.jmx.default-domain' in any property source
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletConfigInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [servletContextInitParams] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [systemEnvironment] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [random] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application-dev.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [refresh] PropertySource with lowest search precedence
2016-12-14 09:30:54.243 DEBUG [restartedMain][org.springframework.core.env.MutablePropertySources] Adding [localProperties] PropertySource with lowest search precedence
2016-12-14 09:30:54.245 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.245 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.247 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties'
2016-12-14 09:30:54.247 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration' via constructor to bean named 'endpoints.jmx-org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties'
2016-12-14 09:30:54.247 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'jacksonObjectMapper'
2016-12-14 09:30:54.247 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean '_halObjectMapper'
2016-12-14 09:30:54.247 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration' to allow for resolving potential circular references
2016-12-14 09:30:54.248 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.248 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2016-12-14 09:30:54.250 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration'
2016-12-14 09:30:54.250 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'endpointMBeanExporter'
2016-12-14 09:30:54.250 DEBUG [restartedMain][org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'endpointMBeanExporter'

最新文章

  1. Spring MVC ---&gt;&gt;&gt;No mapping found for HTTP request with URI
  2. nyoj 448 寻找最大数(贪心专题)
  3. 做一些Spring AOP做过的事,封装 jdk动态代理成为一个黑盒子
  4. Memcache 问题集锦
  5. Supporting Connected Routes to Subnet Zero
  6. xamp配置多域名站点
  7. Myeclipse中点(.)不出来方法或者属性?
  8. PHP String
  9. 清空DNS缓存
  10. 安装GlusterFS
  11. word2vec原理(二) 基于Hierarchical Softmax的模型
  12. 文件共享服务器share
  13. Spring Boot 知识图谱
  14. from组件补充
  15. Spring 4 MVC example with Maven - [Source Code Download]
  16. pipenv知识积累
  17. js 替换任意字符串中间几位为*星号
  18. 02:zabbix-agent安装配置 及 web界面管理
  19. MYSQL 源码- 淘宝数据库研发组
  20. SharePoint 2010 讨论板列表内容的读取细节处理

热门文章

  1. Ubuntu 14.04 LTS 安装 VNC Viewer
  2. 免费api大全(更新中)
  3. PureBasic 读取文件中一行的两个数据例子
  4. 【转】CodeIgniter定义自己的Helper和Helper的方法
  5. Python中整数和浮点数
  6. yii2 rbac-plus的使用
  7. lifecycle of opensource products--x86-64
  8. hadoop 2.4 伪分布式模式
  9. sphinx续4-coreseek的工作原理
  10. JAVA中使用JSON进行数据传递