Skip to content

apache cxf docker, run as command. wsdl to java

Notifications You must be signed in to change notification settings

ilaipi/CXF-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CXF Docker

git clone https://github.com/ilaipi/CXF-Docker.git

cd CXF-Docker
docker build -t cxf:3.4.1 .

# @see https://cxf.apache.org/docs/wsdl-to-java.html
# put wsdl file to current directory
docker run -v $PWD:/usr/src -name cxf cxf:3.4.1 -all -p [your package name, e.g. com.billy.yang] [your wsdl filename]

About

apache cxf docker, run as command. wsdl to java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published