Skip to content

pavlo-danylchenko/devops-tc-testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devops-seed-backend app

Releasing schema:

cd devops-server
mvn db-migration:migrate

Building web archive to deploy:

# result will be in dos-war/target/devops-seed-backend.war
cd devops-parent
mvn package

Adjusting connection details:

pom.xml / jdbc.* properties

You can verify app is working by issuing an HTTP GET request against /service/page/, e.g.

curl http://localhost:8080/<context-path>/service/page

Starting client:

java -jar ../dos-seed-client/target/devops-seed-client-jar-with-dependencies.jar http://localhost:8080/dos-war-0.0.1-SNAPSHOT/service

Server errors will be logged at:

tomcat/logs/catalina.2013-11-20.log	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages