Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakky54/random-number
- Owner: Hakky54
- Created: 2018-01-16T10:03:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T08:57:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T03:56:20.197Z (3 months ago)
- Topics: javafx, spring-boot
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`