? . ? ____ ? ? ? ? ?_ ? ? ? ? ? ?__ _ _?/\\ / ___'_ __ _ _(_)_ __ ?__ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \?\\/ ?___)| |_)| | | | | || (_| | ?) ) ) )? ' ?|____| .__|_| |_|_| |_\__, | / / / /?=========|_|==============|___/=/_/_/_/?:: Spring Boot :: ? ? ? ?(v1.4.5.RELEASE)2017-04-13 09:30:24.619 ?INFO 5132 --- [ ? ? ? ? ? main] com.example.DemoApplication ? ? ? ? ? ? ?: Starting DemoApplication on teacher023 with PID 5132 (C:\Users\Administrator\IdeaProjects\myth\demo\target\classes started by Administrator in C:\Users\Administrator\IdeaProjects\myth)2017-04-13 09:30:24.619 ?INFO 5132 --- [ ? ? ? ? ? main] com.example.DemoApplication ? ? ? ? ? ? ?: No active profile set, falling back to default profiles: default2017-04-13 09:30:24.681 ?INFO 5132 --- [ ? ? ? ? ? main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3b69e7d1: startup date [Thu Apr 13 09:30:24 GMT+08:00 2017]; root of context hierarchy2017-04-13 09:30:25.742 ?INFO 5132 --- [ ? ? ? ? ? main] o.s.j.e.a.AnnotationMBeanExporter ? ? ? ?: Registering beans for JMX exposure on startup2017-04-13 09:30:25.758 ?INFO 5132 --- [ ? ? ? ? ? main] com.example.DemoApplication ? ? ? ? ? ? ?: Started DemoApplication in 1.607 seconds (JVM running for 1.979)2017-04-13 09:30:25.758 ?INFO 5132 --- [ ? ? ? Thread-1] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3b69e7d1: startup date [Thu Apr 13 09:30:24 GMT+08:00 2017]; root of context hierarchy2017-04-13 09:30:25.758 ?INFO 5132 --- [ ? ? ? Thread-1] o.s.j.e.a.AnnotationMBeanExporter ? ? ? ?: Unregistering JMX-exposed beans on shutdownProcess finished with exit code 0
3 回答

慕標0118672
TA貢獻1條經驗 獲得超1個贊
?<dependency> ????????<groupId>org.springframework.boot</groupId> ????????<artifactId>spring-boot-starter-tomcat</artifactId> ????????<scope>provided</scope> ????</dependency> ????<scope>provided</scope>刪除就好了
添加回答
舉報
0/150
提交
取消