도커 - Dockerfile, docker-compose! 작성일 2019-11-19 Edited on 2026-03-03 In tools Dockerfilenginx서버 /usr/share/nginx/html/index.html 디렉토리에 index.html파일을 삽입하여 다시 이미지를 만들고 싶을때이미 존재하는 nginx 서비스를 사용할때 다시 이미지화 할 수 있으면 좋지 않을까? 더 읽어보기 »
도커 - docker command! 작성일 2019-11-18 Edited on 2026-03-03 In tools docker 개요 설치: https://docs.docker.com/engine/install/ 더 읽어보기 »
Spring Cloud - Gateway! 작성일 2019-10-09 Edited on 2026-03-03 In spring-cloud Spring Cloud Gateway https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/ 더 읽어보기 »
Spring Cloud - eureka, cloud config! 작성일 2019-09-27 Edited on 2026-03-03 In spring-cloud Spring Cloud https://spring.io/projects/spring-cloud 더 읽어보기 »
Spring Boot - Mybatis! 작성일 2019-09-19 Edited on 2026-03-03 In springboot MybatisMyBatis 관련 자료는 아래 사이트에서 구할 수 있다. 더 읽어보기 »
maven! 작성일 2019-09-18 Edited on 2026-03-03 In tools maven 이란빌드/관리 도구, 일관적인 개발환경, 자동화된 빌드/배포환경을 제공해 개발자들이 전체 개발과정을 쉽게 이해할 수 있다. 더 읽어보기 »
Spring Boot - JPA 트랜잭션, Criteria, QueryDSL! 작성일 2019-09-12 Edited on 2026-03-03 In springboot 트랜잭션논리적인 하나의 작업단위가 트랜잭션이다. 더 읽어보기 »
Spring Boot - JPA! 작성일 2019-09-09 Edited on 2026-03-03 In springboot JPA(Java Persisitence API) 참고https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.htmlhttps://www.datanucleus.org/products/accessplatform/index.htmlhttps://www.datanucleus.org/products/accessplatform/jpa/annotations.html 더 읽어보기 »
Spring Boot - logback! 작성일 2019-08-27 Edited on 2026-03-03 In springboot logback 개요 https://logback.qos.ch/manual/ 더 읽어보기 »
Spring Boot - WebSocket! 작성일 2019-08-07 Edited on 2026-03-03 In springboot Polling, Long Polling웹 소켓이 생기기전 서버는 클라이언트에게 어떠한 정보를 알리기 위해 무식한 방법인 Polling, Long Polling 양방향 통신 기법을 사용하였다. 더 읽어보기 »