Java web service providing API for simulation of networks on a chip and generation of configuration xml-files.
Aughtors:
Romanov A. Yu. ([email protected])
Stepanov M. A.
Links:
Dependencies:
- PostgreSQL
- Java 8 (or higher)
Used frameworks and tools:
- Spring Framework
- Apache Cayenne
- Lombok
- Swagger 2
-
Database preparing:
Run sql script for database mapping
src/main/resources/database.sql
Change credentials for jdbc connection at
src/main/resources/application.properties
-
Build jar-file with command
mvn package
-
Run jar-file from
target/uocns-0.0.1.jar
Start java application with command
java -jar uocns-1.0.0.jar
or run sh-scrip -