|
%!s(int64=4) %!d(string=hace) años | |
---|---|---|
.. | ||
build | %!s(int64=8) %!d(string=hace) años | |
sql | %!s(int64=7) %!d(string=hace) años | |
src | %!s(int64=4) %!d(string=hace) años | |
.classpath | %!s(int64=8) %!d(string=hace) años | |
.gitignore | %!s(int64=8) %!d(string=hace) años | |
.project | %!s(int64=8) %!d(string=hace) años | |
README.md | %!s(int64=6) %!d(string=hace) años | |
pom.xml | %!s(int64=6) %!d(string=hace) años | |
pom.xml.boot | %!s(int64=6) %!d(string=hace) años | |
pom.xml.tomcat | %!s(int64=6) %!d(string=hace) años |
支持在tomcat容器或自带springboot的内嵌tomcat/jetty容器两种部署方式: 1、tomcat容器部署。需要使用pom.xml.tomcat。需要确保application.properties里的is.spring.boot=false。打出war包后,部署在tomcat的webapps里。 2、内嵌tomcat/jetty容器部署。需要使用pom.xml.boot(目前缺省支持的是tomcat,如使用jetty,请参考https://blog.csdn.net/github_35169934/article/details/78573971)。需要确保application.properties里的is.spring.boot=true。打出war包后,使用automationshellspringboot(http://10.1.235.20:3000/core/automation.git)里的脚本运行war包。