. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.9.RELEASE)
2018-01-27 21:54:43.323 INFO 7912 --- [ main] com.cn.spring.mmp.MmpApplication : Starting MmpApplication on Bruce_wu-PC with PID 7912 (F:\workspace\mmp\target\classes started by Bruce_wu in F:\workspace\mmp)
2018-01-27 21:54:43.325 INFO 7912 --- [ main] com.cn.spring.mmp.MmpApplication : No active profile set, falling back to default profiles: default
2018-01-27 21:54:43.355 INFO 7912 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@491666ad: startup date [Sat Jan 27 21:54:43 CST 2018]; root of context hierarchy
2018-01-27 21:54:44.373 INFO 7912 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-01-27 21:54:44.382 INFO 7912 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2018-01-27 21:54:44.423 INFO 7912 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
2018-01-27 21:54:44.426 INFO 7912 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2018-01-27 21:54:44.427 INFO 7912 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2018-01-27 21:54:44.453 INFO 7912 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-01-27 21:54:44.507 INFO 7912 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2018-01-27 21:54:44.642 INFO 7912 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
2018-01-27 21:54:44.646 INFO 7912 --- [ main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
2018-01-27 21:54:44.658 INFO 7912 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-01-27 21:54:44.907 INFO 7912 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-01-27 21:54:44.917 INFO 7912 --- [ main] com.cn.spring.mmp.MmpApplication : Started MmpApplication in 1.76 seconds (JVM running for 2.707)
mmp
2018-01-27 21:54:44.918 INFO 7912 --- [ Thread-3] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@491666ad: startup date [Sat Jan 27 21:54:43 CST 2018]; root of context hierarchy
2018-01-27 21:54:44.919 INFO 7912 --- [ Thread-3] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-01-27 21:54:44.919 INFO 7912 --- [ Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2018-01-27 21:54:44.919 INFO 7912 --- [ Thread-3] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
2018-01-27 21:54:44.920 INFO 7912 --- [ Thread-3] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
相关分类