Common calculator with console input dialog.
Powered by JavaScript engine.
Could be launched as Java application from Intellij Idea or through console command java -jar %app%.jar
or mvn spring-boot:run
Application provide operations for manipulations garage system
Realized as one artifact with spring profiles. Available profiles: rest, console, db
Application can be started from Intellij Idea or through console command java -jar %app%.jar
or mvn spring-boot:run
- Console application with JSON datasource. Run with
-Dspring.profiles.active=console
- Console application with DB (H2 in-memory database) datasource. Run with
-Dspring.profiles.active=console, db
- Rest service + React UI with DB datasource. Run without profiles. Front started:
cd C:\ssu-java-practice\garage\src\main\resources\front
yarn
yarn start
Start on http://localhost:8082/api
Chat was implemented throught Spring WebSocket.
Application can be started from Intellij Idea or through console command java -jar %app%.jar
or mvn spring-boot:run
Front as static content located in {project.dir}/chat/src/main/resources/static
Start on http://localhost:8088/