Haifisch7734

Untitled

Aug 31st, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. task wrapper(type: Wrapper) {
  2. gradleVersion = '2.4'
  3. }
  4.  
  5.  
  6. final Office objectStructure = mapper.readValue(new File(SOURCE_FILE), Office.class);
  7. wcześniej:
  8. ObjectMapper mapper = new ObjectMapper();
  9.  
  10. compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.13'
  11.  
  12.  
  13. https://github.com/mgonto/restangular
  14. https://spring.io/blog/2014/07/24/spring-framework-4-1-handling-static-web-resources
  15. https://spring.io/guides/gs/accessing-data-jpa/
  16. http://docs.spring.io/spring-boot/docs/current/reference/html/howto-data-access.html
  17. http://stackoverflow.com/questions/27981789/how-to-use-spring-boot-with-mysql-database-and-jpa
  18. https://mgonto.github.io/restangular-talk/
  19. http://stackoverflow.com/questions/22274975/is-it-possible-to-use-restangular-setbaseurl-for-two-api-access-points
Advertisement
Add Comment
Please, Sign In to add comment