Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hakky54/random-number

Simple JavaFx app in Java 11 with Spring boot as dependency injection framwork
https://github.com/hakky54/random-number

javafx spring-boot

Last synced: 30 days ago
JSON representation

Simple JavaFx app in Java 11 with Spring boot as dependency injection framwork

Awesome Lists containing this project

README

        

# Random Number
This is a reference project to help you out with setting up a JavaFX application with Spring Boot and Java 11. It will generate a random number and it will hash it. It will also generate some random UUID's.

**Required to have:**
1. Java 11
2. Maven

**How to start**

Run one of the following uptions below:
1. Run the main method in the [App class](src/main/java/nl/altindag/random/App.java) from your IDE
2. Run the following maven command from the terminal: `mvn clean package spring-boot:run`
3. Run the following maven command from the terminal: `mvn clean package exec:java`

**Create an executable jar**
- With the fallowing command it will generate an executable jar in the target directory for you: `mvn clean package`