The Wayback Machine - https://web.archive.org/web/20201226065705/https://github.com/daggerok/java-ee-multi-project
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ear
 
 
 
 
 
 
jsp
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.adoc

java-ee-multi-project Build Status

Don’t ask…​

build and with docker
# maven
./mvnw
./mvnw -pl ear com.dkanejs.maven.plugins:docker-compose-maven-plugin:1.0.1:up
http :8080/web/
http --form :8080/servlet/api/ name=Max
http post :8080/rest/api/ name=Maksim
http :8080/jsp/
./mvnw -pl ear com.dkanejs.maven.plugins:docker-compose-maven-plugin:1.0.1:down

# gradle
./gradlew
./gradlew composeUp
http :8080/web/
http --form :8080/servlet/api/ name=Maksim
http post :8080/rest/api/ name=Maksimko
http :8080/jsp/
./gradlew composeDown

# gradle (maven profile)
./gradlew -Pprofile=maven clean build composeUp
http :8080/web/
http --form :8080/servlet/api/ name=Maksimko
http post :8080/rest/api/ buddy=Max
http :8080/jsp/
./gradlew -Pprofile=maven composeDown

generated by daggerok-fatjar yeoman generator

You can’t perform that action at this time.