项目作者: benweizhu

项目描述 :
Boot spring war package with docker tomcat
高级语言: Java
项目地址: git://github.com/benweizhu/spring-war-with-docker-tomcat.git
创建时间: 2017-04-25T14:16:54Z
项目社区:https://github.com/benweizhu/spring-war-with-docker-tomcat

开源协议:

下载


Boot spring war package with docker tomcat

A few things have been done.

1.add user to tomcat.xml

2.comments out context.xml to allow remote access

It’s up to you to decide whether you need this.

  1. ./gradlew clean build
  2. docker-compose build
  3. docker-compose up