. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.5.9.RELEASE)2018-01-29 10:08:30.595 INFO 14152 --- [ main] com.cn.dc.testa.TestaApplication : Starting TestaApplication on Bruce_wu-PC with PID 14152 (F:\workspace\testa\target\classes started by Bruce_wu in F:\workspace\testa)2018-01-29 10:08:30.598 INFO 14152 --- [ main] com.cn.dc.testa.TestaApplication : No active profile set, falling back to default profiles: default2018-01-29 10:08:30.646 INFO 14152 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@65466a6a: startup date [Mon Jan 29 10:08:30 CST 2018]; root of context hierarchy2018-01-29 10:08:32.018 INFO 14152 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [schema.sql]2018-01-29 10:08:32.057 INFO 14152 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [schema.sql] in 39 ms.2018-01-29 10:08:32.059 INFO 14152 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [data.sql]2018-01-29 10:08:32.064 INFO 14152 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [data.sql] in 5 ms.2018-01-29 10:08:32.188 INFO 14152 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'2018-01-29 10:08:32.209 INFO 14152 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...]2018-01-29 10:08:32.271 INFO 14152 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}2018-01-29 10:08:32.272 INFO 14152 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found2018-01-29 10:08:32.273 INFO 14152 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist2018-01-29 10:08:32.307 INFO 14152 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}2018-01-29 10:08:32.400 INFO 14152 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect2018-01-29 10:08:33.057 WARN 14152 --- [ main] o.h.b.i.SessionFactoryBuilderImpl : Unrecognized hbm2ddl_auto value : fase. Supported values include create, create-drop, update, and validate. Ignoring2018-01-29 10:08:33.269 INFO 14152 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'2018-01-29 10:08:33.854 INFO 14152 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup2018-01-29 10:08:33.865 INFO 14152 --- [ main] com.cn.dc.testa.TestaApplication : Started TestaApplication in 3.634 seconds (JVM running for 4.023)2018-01-29 10:08:33.867 INFO 14152 --- [ Thread-3] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@65466a6a: startup date [Mon Jan 29 10:08:30 CST 2018]; root of context hierarchy2018-01-29 10:08:33.868 INFO 14152 --- [ Thread-3] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown2018-01-29 10:08:33.869 INFO 14152 --- [ Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
添加回答
举报
0/150
提交
取消