Skip to content

ReGetALife/spme.be

Repository files navigation

spme.be

GitHub Docker Cloud Automated build Docker Cloud Build Status Docker Image Size (tag)

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).

Related project

spme.fe

Getting Started

Prerequisites

  • Java 1.8 or later
  • Maven 3.6.0 or later

Running

mvn spring-boot:run

Packaging

mvn package

Running jar

java -jar target/be-0.0.1-SNAPSHOT.jar

Running jar with develop properties

java -jar target/be-0.0.1-SNAPSHOT.jar --spring.profiles.active=dev

Useful Ports

  • 20200 Jenkins
  • 20201 Site(front-end)
  • 20202 API(back-end)
  • 20203 MySQL

Deploy with Docker

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

Built With

About

Simulation Platform of Mainframe Experiment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages