https://github.com/daggerok/spring-boot-multi-java-ee-apps
Run spring-boot multi java-ee war apps from ear in application server
https://github.com/daggerok/spring-boot-multi-java-ee-apps
ear fabric8 fabric8-maven-plugin github-action github-action-docker github-action-java github-actions github-actions-docker github-actions-java jboss jboss-eap jboss-eap-7 jboss-eap7 spring-boot spring-boot-ear spring-boot-war
Last synced: 4 months ago
JSON representation
Run spring-boot multi java-ee war apps from ear in application server
- Host: GitHub
- URL: https://github.com/daggerok/spring-boot-multi-java-ee-apps
- Owner: daggerok
- Created: 2020-04-04T13:20:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T15:13:02.000Z (about 5 years ago)
- Last Synced: 2025-01-10T00:42:15.432Z (5 months ago)
- Topics: ear, fabric8, fabric8-maven-plugin, github-action, github-action-docker, github-action-java, github-actions, github-actions-docker, github-actions-java, jboss, jboss-eap, jboss-eap-7, jboss-eap7, spring-boot, spring-boot-ear, spring-boot-war
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-multi-java-ee-apps [](https://github.com/daggerok/spring-boot-multi-java-ee-apps/actions?query=workflow%3ACI)
Yeah, creepy ee...```bash
./mvnw clean ; ./mvnw ; ./mvnw -f webapps-deploymen docker:build docker:start
./mvnw -f webapps-deploymen docker:stop docker:remove
http :8080/webapp1/hello
http :8080/webapp2/hello
```## links
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/maven-plugin/)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-developing-web-applications)
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)
* [Package Spring Boot in EAP](https://howtodoinjava.com/spring-boot2/sb-multi-module-maven-project/)