@SpringBootApplication
@EnableFeignClients(basePackages="org.jeecg")
public class JeecgSystemCloudApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
| 构造器和说明 |
|---|
JeecgSystemCloudApplication() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.boot.builder.SpringApplicationBuilder |
configure(org.springframework.boot.builder.SpringApplicationBuilder application) |
static void |
main(java.lang.String[] args) |
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory |
tomcatFactory()
tomcat-embed-jasper引用后提示jar找不到的问题
|
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)
configure 在类中 org.springframework.boot.web.servlet.support.SpringBootServletInitializerpublic static void main(java.lang.String[] args)
throws java.net.UnknownHostException
java.net.UnknownHostException@Bean public org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory tomcatFactory()