Digital Credit is a sample REST Spring Boot application
10K+
Digital Credit is a sample REST Spring Boot application developed for exploratory purposes.
The application is configured to listen on port 8080 for HTTP and configured to listen on port 8443 for HTTPS.
Docker run command: docker run -d -p 8080:8080 -p 8443:8443 digisic/digitalcredit:latest
User Interface: "http://localhost:8080/credit or "https://localhost:8443/credit"
Default User: [email protected] / Demo123!
For tagged versions earlier than 2.1.0.2, the application is configured without SSL to listen on port 8080.
Docker run command: docker run -d -p 8080:8080 digisic/digitalcredit:tag
User Interface: http://localhost:8080/credit
Default User: [email protected] / Demo123!
Content type
Image
Digest
sha256:ff4302616…
Size
290.2 MB
Last updated
almost 4 years ago
docker pull digisic/digitalcredit