Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joinfaces/joinfaces-gradle-jar-example

JoinFaces Gradle Jar Example
https://github.com/joinfaces/joinfaces-gradle-jar-example

gradle jar joinfaces spring-boot

Last synced: 12 days ago
JSON representation

JoinFaces Gradle Jar Example

Awesome Lists containing this project

README

        

# JoinFaces Gradle Jar Example

![Java CI with Gradle](https://github.com/joinfaces/joinfaces-gradle-jar-example/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master)

Usages:
- Can be started via its `main`-method using an embedded Tomcat
- Using `java -jar`
- Using `./gradlew bootRun`
- Using your IDE
- Can be tested using `@SpringBootTest(webEnvironment = RANDOM_PORT)`
- Using `./gradlew test`
- Using your IDE

When using an embedded Tomcat, the application should be available at http://localhost:8080/index.xhtml