Skip to content

valsamovich/blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint Build Status license Docker Automated buil

Spring Boot CXF Client Application with JAX-RS

Installations

  • Java 1.8 (Port 8080)
  • Maven 3.3.3 minimum

Usage

To run application from Integrated Development Environment (IDE):

To run application from Command-Line Interface (CLI):

  • Build the application through your CLI: mvn clean package
  • Run application as a java -jar target/webservice_dataconsistency-*.jar

When service is up, visit http://localhost:8080/blueprint to see:

{
    "Description": "Spring Boot CXF Client Application with JAX-RS"
}

Docker

Application support docker and deployed via Dockerfile:

FROM openjdk-8-jre
VOLUME /tmp
ARG APP_VERSION
ADD blueprint-${APP_VERSION}.jar app.jar
ADD ${APP_FILE} app.jar
ENTRYPOINT ["java","-Djava.security.historyegd=file:/dev/./urandom","-jar","/app.jar"]

About

Spring Boot CXF Client Application with JAX-RS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages