SpringFramework/기타 썸네일형 리스트형 개발시 참고자료 Spring Framework관련 한글문서 spring reference(한글) https://blog.outsider.ne.kr/tag/spring_reference_documentation?page=4 spring boot(한글) https://github.com/ihoneymon/translate-spring-boot-reference spring data jpa(한글) http://arahansa.github.io/docs_spring/jpa.html spring / hibernate(한글) http://dev.anyframejava.org/anyframe/doc/core/3.1.0/corefw/guide/ioc.html Spring data elastic Spring data redis Spri.. 더보기 IP정보 가져오기 InetAddress local = InetAddress.getLocalHost(); String ip = local.getHostAddress(); 더보기 ajax로 값 출력하기 pom.xml com.fasterxml.jackson.core jackson-core 2.7.3 com.fasterxml.jackson.core jackson-databind 2.7.3 Controller@RequestMapping(value="/replies/all/{bno}", method = RequestMethod.GET) public ResponseEntity list(@PathVariable("bno") int bno){ ResponseEntity entity = null; try { entity = new ResponseEntity(service.list(bno), HttpStatus.OK); } catch (Exception e) { e.printStackTrace(); entity = n.. 더보기 이전 1 다음