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-war-example

JoinFaces Gradle War Example
https://github.com/joinfaces/joinfaces-gradle-war-example

gradle joinfaces spring-boot war

Last synced: 12 days ago
JSON representation

JoinFaces Gradle War Example

Awesome Lists containing this project

README

        

# JoinFaces Gradle War Example

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

Usages:
- Can be deployed to an existing Tomcat (see GitHub Actions workflow)
- 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