Release for demonstrating the simulator.
Download link: https://github.com/EvalVis/Data-storage-simulator/raw/v1.0.0/DataStorageSimulator.war
PostgreSQL 14.5 is used for this project.
For launching .war file you need Tomcat 9 server.
On launch user with name "tester" and password "tester" is created along with a case, a document and an attachment.
Default application.properties:
spring.main.banner-mode=off
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=admin
spring.sql.init.mode=always
scheduler.rate=1000