A lottery game in a RESTful API application based on Java SpringBoot 2.7.0
It analyzes lotto mathematically and statistically in various ways.
- 2024.02.18. - On going
JDK 1.8.0.261(Java SE8.0.2810.9)- IDE : IntelliJ 2022.2.4 (17.0.5+7-b469.71)
- Framework : Springboot(2.7.0)
- Database : MariaDB 10.11(x64)
- ORM : Mybatis
- Test Implementation : JUnit 4
- etc : JPA, lombok, jexcelapi, poi
Synchronize winning numbers - Synchronization Website
- Importing a numbers to a website
- Query numbers by round
- Selective application of the number of wins
Statistics and Analysis - Analysis Website
- Sum Analysis
- The number that appeared the most
- The least featured number
- Monthly number frequency
- Linear Regression Model Analysis
- Stefan Mandel Algorithms
- AI Analysis
- And so on
- Confirmation of winning the extraction number
- Save extraction number
- AI Analysis
- Supported RESTful API
- Save draw number central server
- Next version support expected
- Planning, development, testing, and distribution
- HoSeong, Ahn (ahnshy@naver.com)
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Boot DevTools
- Spring Configuration Processor
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
These additional references should also help you: