所有方法 静态方法 实例方法 具体方法
限定符和类型 |
方法和说明 |
org.springframework.boot.web.servlet.ServletContextInitializer |
adminInitializer() |
org.springframework.boot.web.servlet.ServletContextInitializer |
apiInitializer() |
org.springframework.boot.web.servlet.ServletContextInitializer |
installationInitializer() |
static void |
main(java.lang.String[] args)
在idea中通过main方法启动需要将工作目录改为 publiccms 模块所在的路径,否则静态资源不能加载
ideaのmainメソッドから始めるには、作業ディレクトリをpubliccmsモジュールが配置されているパスに変更する必要があり、そうしないと静的リソースをロードできません
To start through the main method in idea, you need to change the working directory to the path where the publiccms module is located, otherwise the static resources cannot be loaded
https://www.publiccms.com/question/2018/02-13/376.html
|
org.springframework.boot.web.servlet.ServletContextInitializer |
resourceInitializer() |
org.springframework.boot.web.servlet.server.ServletWebServerFactory |
servletContainer() |
org.springframework.boot.web.servlet.ServletContextInitializer |
webInitializer() |