Skip to content

A simple Spring Tomcat based Apache CXF web service

Notifications You must be signed in to change notification settings

jetune/springws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and deploy with Maven
build-and-deploy.sh

For the server, store the server configuration files in your home directory under .springws/config/ with the following filenames:
security.server.properties

For the client, store the client configuration files in your home directory under .springws/config/ with the following filenames:
client.dev.properties
client.test.properties
client.prod.properties
security.client.dev.properties

An example copy of the configuration files is available in the config/ directory.

To send a client request
send-client-request.sh dev
send-client-request.sh test

If no environment is provided then the dev environment is used.

About

A simple Spring Tomcat based Apache CXF web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors