Skip to content

jbaruch/spring-configs-battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-configs-battle

JavaDay Kiev 2014 edition

  • cd into one of the configuration versions (groovy/java/xml)
  • run with ./gradlew appRun
  • tests replace the ${projectName} with groovy/xml/java accordingly:
    • JsonParser with curl -H "Content-Type: application/json" -d '{"username":"xyz","password":"xyz"}' http://localhost:8080/${projectName}/importData
    • XmlParser with curl -H "Content-Type: application/json" -d '<data><username>xyz</username><password>xyz</password></data>' http://localhost:8080/${projectName}/importData

About

Code for Spring Configs Battle talk

Resources

License

Stars

Watchers

Forks

Packages

No packages published