Browse Source

增加display的使用说明

weihf 6 years ago
parent
commit
2a12ef9852
1 changed files with 3 additions and 0 deletions
  1. 3 0
      display-server/README.md

+ 3 - 0
display-server/README.md

@ -0,0 +1,3 @@
1
支持在tomcat容器或自带springboot的内嵌tomcat/jetty容器两种部署方式:
2
1、tomcat容器部署。需要使用pom.xml.tomcat。需要确保application.properties里的is.spring.boot=false。打出war包后,部署在tomcat的webapps里。
3
2、内嵌tomcat/jetty容器部署。需要使用pom.xml.boot(目前缺省支持的是tomcat,如使用jetty,请参考https://blog.csdn.net/github_35169934/article/details/78573971)。需要确保application.properties里的is.spring.boot=true。打出war包后,使用automation\shell\springboot(http://10.1.235.20:3000/core/automation.git)里的脚本运行war包。