https://github.com/thesurlydev/spring-ear
A minimal example of a Spring Boot project that builds an EAR file
https://github.com/thesurlydev/spring-ear
Last synced: 9 months ago
JSON representation
A minimal example of a Spring Boot project that builds an EAR file
- Host: GitHub
- URL: https://github.com/thesurlydev/spring-ear
- Owner: thesurlydev
- Created: 2024-06-19T17:40:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T18:18:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T18:52:24.887Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring EAR
A minimal example of a Spring Boot project that builds an EAR file.
## Build
```bash
mvn clean install
```
will produce an EAR file in the `ear-module/target` directory.