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