An open API service indexing awesome lists of open source software.

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

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.