Skip to content

reta/jax-rs-2.0-cxf-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache CXF and Spring Boot

  • Build

       mvn package
    
  • Run using Spring Boot Maven plugin

       mvn spring-boot:run
    
  • Run using standalone JAR

       java -jar target/jax-rs-2.0-cxf-spring-boot-0.0.1-SNAPSHOT.jar         
    
  • Invoke People REST service

      curl http://localhost:8080/api/people
    

About

Using Apache CXF with Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages