@SpringBootApplication
@MapperScan(value="org.chinandc.idcds.modules.DataSourceTable.mapper.xml")
public class JeecgSystemApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
构造器和说明 |
---|
JeecgSystemApplication() |
限定符和类型 | 方法和说明 |
---|---|
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.SpringBootServletInitializer
public static void main(java.lang.String[] args) throws java.net.UnknownHostException
java.net.UnknownHostException
@Bean public org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory tomcatFactory()