This is the back-end project of a simulation platform of mainframe experiment at Tongji University, which is based on z/OSMF REST APIs .
You can check this link for more information about the interfaces provided by this project (only project developers are allowed for now).
- Java 1.8 or later
- Maven 3.6.0 or later
mvn spring-boot:run
mvn package
java -jar target/be-0.0.1-SNAPSHOT.jar
java -jar target/be-0.0.1-SNAPSHOT.jar --spring.profiles.active=dev
- 20200 Jenkins
- 20201 Site(front-end)
- 20202 API(back-end)
- 20203 MySQL
You can deploy this project to your server in ease.
docker run --name spme-be -d -p 20202:20202 -v /spme/report:/usr/report getalife/spme.be:latest
- Spring Boot - Java Web Framework
- Maven - Dependency Management
- IntelliJ IDEA - IDE
- YApi - API Management
- Travis CI - Continuous Integration
- Jenkins(deprecated) - Continuous Deployment
- Docker Hub - Automated build