Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring. :: spring-boot http://spring.io/guides/gs/rest-service/

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. *.iml
  2. *.ids
  3. *.ipr
  4. *.iws
  5. rebel.xml
  6. *.patch
  7. **/target/
  8. target/
  9. out/
  10. .codenvy/
  11. .idea/
  12. **/logs
  13. *.docx
  14. *.war
  15. *.jar
  16. *.exe
  17. #################
  18. ## Eclipse
  19. #################
  20. *.pydevproject
  21. .project
  22. .metadata
  23. bin/
  24. tmp/
  25. *.tmp
  26. *.bak
  27. *.swp
  28. *~.nib
  29. local.properties
  30. .classpath
  31. .settings/
  32. .loadpath
  33. # External tool builders
  34. .externalToolBuilders/
  35. # Locally stored "Eclipse launch configurations"
  36. *.launch
  37. # CDT-specific
  38. .cproject
  39. # PDT-specific
  40. .buildpath
  41. # Build results
  42. [Dd]ebug/
  43. [Rr]elease/
  44. x64/
  45. build/
  46. [Bb]in/
  47. [Oo]bj/
  48. #############
  49. ## Windows
  50. #############
  51. # Windows image file caches
  52. Thumbs.db
  53. ehthumbs.db
  54. # Folder config file
  55. Desktop.ini
  56. # Recycle Bin used on file shares
  57. $RECYCLE.BIN/
  58. # Mac crap
  59. .DS_Store
  60. odbc-*.jar
  61. /Shared/src/main/java/com/hsbc/sed/service/DirectConnectionFactoryService.java