Spring Boot CXF Client Application with JAX-RS
1.6K
Spring Boot CXF Client Application with JAX-RS
1.8 (Port 8080)3.3.3 minimumTo run application from Integrated Development Environment (IDE):
com.samovich.service.blueprint.App as a Java ApplicationTo run application from Command-Line Interface (CLI):
mvn clean packagejava -jar target/webservice_dataconsistency-*.jarWhen service is up, visit http://localhost:8080/blueprint to see:
{
"Description": "Spring Boot CXF Client Application with JAX-RS"
}
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"]
Content type
Image
Digest
Size
257.8 MB
Last updated
almost 10 years ago
docker pull vsamov/blueprint