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

.gitattributes 474B

12345678910111213141516171819202122232425
  1. # Auto detect text files and perform LF normalization
  2. # Custom for Visual Studio
  3. *.cs diff=csharp
  4. *.sln merge=union
  5. *.csproj merge=union
  6. *.vbproj merge=union
  7. *.fsproj merge=union
  8. *.dbproj merge=union
  9. # Standard to msysgit
  10. *.doc diff=astextplain
  11. *.DOC diff=astextplain
  12. *.docx diff=astextplain
  13. *.DOCX diff=astextplain
  14. *.dot diff=astextplain
  15. *.DOT diff=astextplain
  16. *.pdf diff=astextplain
  17. *.PDF diff=astextplain
  18. *.rtf diff=astextplain
  19. *.RTF diff=astextplain