. _
/\ / ' _(_) _ \
( ( )__ | ' | '_| | '_ / _` | \
\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |___, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.6.RELEASE)
2018-05-28 17:17:11.756 INFO 6788 --- [ main] com.wlc.DemoApplication : Starting DemoApplication on X6X8-20180416YV with PID 6788 (F:stspacewlc-security-demotargetclasses started by Administrator in F:stspacewlc-security-demo)
2018-05-28 17:17:11.760 INFO 6788 --- [ main] com.wlc.DemoApplication : No active profile set, falling back to default profiles: default
2018-05-28 17:17:11.815 INFO 6788 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6b53e23f: startup date [Mon May 28 17:17:11 CST 2018]; root of context hierarchy
2018-05-28 17:17:12.201 INFO 6788 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2018-05-28 17:17:12.380 INFO 6788 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-28 17:17:12.959 INFO 6788 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-05-28 17:17:12.974 INFO 6788 --- [ main] com.wlc.DemoApplication : Started DemoApplication in 1.451 seconds (JVM running for 2.116)
2018-05-28 17:17:12.988 INFO 6788 --- [ Thread-4] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6b53e23f: startup date [Mon May 28 17:17:11 CST 2018]; root of context hierarchy
2018-05-28 17:17:12.990 INFO 6788 --- [ Thread-4] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
No active profile set
没有属性文件resource目录下加上
application.properties
里面定义端口号,比如
server.port=8080