spring-boot-based archetype for web application, batch application, CLI(Command Line Interface) application.
| Subproject | Description |
|---|---|
| arch4j-core | Shared core component archetype project |
| arch4j-web | web application archetype project |
| arch4j-shell | Shell(CLI) application archetype project |
| arch4j-batch | Batch application archetype project |
Credentials: developer/developer
The service is hosted on a personal home server, so performance may be slower.
(No money!!!)
Due to a cold start, there is an initialization delay of approximately 30 seconds.
Trading daemon is not available on the demo site.
(No money!!!)
Runs the daemon application.
# starts fintics-daemon
./gradlew :arch4j-daemon:bootRunRuns web application.
# starts arch4j-web
./gradlew :arch4j-web:bootRunDownloads Released archives.
./bin/arch4j-daemon./bin/arch4j-webdocker run -rm -p 8081:8081 docker.io/chomoookun/arch4j-daemon:latestdocker run -rm -p 8080:8080 docker.io/chomoookun/arch4j-web:latest