Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joinfaces/joinfaces-gradle-war-example
- Owner: joinfaces
- Created: 2017-09-17T00:10:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T21:58:49.000Z (3 months ago)
- Last Synced: 2024-08-23T23:30:04.447Z (3 months ago)
- Topics: gradle, joinfaces, spring-boot, war
- Language: Java
- Size: 603 KB
- Stars: 4
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 IDEWhen using an embedded Tomcat, the application should be available at http://localhost:8080/index.xhtml