일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 자바공부
- Java의정석
- 항해플러스 백엔드 7기
- 서블릿
- 자바의정석
- 인프런
- java
- 자바의정석 연습문제
- 제네릭
- JPA
- 스프링입문
- Numpy
- Secure Coding
- 김영한
- 스프링
- 자바연습문제
- 항해플러스 회고
- 항해플러스 백엔드
- 불친절한SQL프로그래밍
- 항해플러스
- 시큐어코딩
- Spring
- 스프링 부트와 JPA
- Python
- 이것이자바다
- 스프링 핵심원리
- inflearn
- REGEXP_SUBSTR
- 스프링MVC
- 불친절한 SQL 프로그래밍
- Today
- Total
목록전체 글 (126)
Continuous Challenge
3. View 환경설정 1. main > resources > static > index.html 파일 생성 2. 작성 후 서버 Restart - 스프링 부트가 제공하는 Welcome Page 기능 . static/index.html 을 올려두면 Welcome page 기능을 제공한다. thymeleaf 템플릿 엔진 - thymeleaf 공식 사이트: https://www.thymeleaf.org/ - 스프링 공식 튜토리얼: https://spring.io/guides/gs/serving-web-content/ - 스프링부트 메뉴얼: https://docs.spring.io/spring-boot/docs/current/reference/html/web.html#web.servlet.spring-mvc.t..
2. 라이브러리 살펴보기 1) 스프링 부트 라이브러리 - spring-boot-starter-web . spring-boot-starter-tomcat: 톰캣 (웹서버) . spring-webmvc: 스프링 웹 MVC - spring-boot-starter-thymeleaf: 타임리프 템플릿 엔진(View) - spring-boot-starter(공통): 스프링 부트 + 스프링 코어 + 로깅 . spring-boot .. spring-core . spring-boot-starter-logging .. logback, slf4j - slf4j : 일종의 인터페이스. - logback : 어떤 구현체로 로그를 출력할 것인가. 성능도 빠르고 지원해주는 부분이 많아 두 가지 조합을 함께 사용하는 경우가 많아져 ..
1. 프로젝트 생성 1) 사전 준비 - Java 11 설치 - IDE 설치 - IntelliJ 사용 2) 스프링 부트 프로젝트 생성 - https://start.spring.io - Project : Gradle - Language : Java - Spring Boot : 2.6.4 (SNAPSHOP, M1, M2 - 미정식 버전) - Dependencies : Spring Web, Thymeleaf - IntelliJ > Open or Import > 프로젝트 내 build.gradle 파일 선택 > Open as Project - gradle : version, 라이브러리를 가져오는 파일 HelloSrpingApplication > Run 실행 시 위와 같은 Error Page가 뜨면 성공
1. 강의 소개 스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술 간단한 웹 어플리케이션 개발 - 스프링 프로젝트 생성 - 스프링 부트로 웹 서버 실행 - 회원 도메인 개발 - 웹 MVC roqkf - DB 연동 : JDBC, JPA, 스프링 데이터 JPA - 테스트 케이스 작성 사용 기술 - Spring Boot - Gradle - Thymeleaf - JPA - Hibernate
문제 - https://leetcode.com/problems/valid-parentheses/ Valid Parentheses - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 나의 풀이 - https://github.com/o3ozzvb/Leetcode/blob/master/src/ValidParentheses_20.java GitHub - o3ozzvb/Leetcode Contribute to o3ozzvb/Leetcode development by cre..
LeetCode 사이트에서 문제 풀며 코딩 공부하기 1일차 문제 Two Sum - https://leetcode.com/problems/two-sum/ Two Sum - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 나의 풀이 - https://github.com/o3ozzvb/Leetcode/blob/master/src/TwoSum_1.java GitHub - o3ozzvb/Leetcode Contribute to o3ozzvb/Leetcode developm..
React와 GO 언어를 사용하여 stackoverflow 사이트를 복제하는 프로젝트를 시작하였다. 우선 첫 번째 목표는 stackoverflow 사이트의 레이아웃을 React로 구현하는 것이다. React에서는 create-react-app을 통해서 간단하게 React 작업환경을 설정할 수 있다. (참고 : https://blog.sonim1.com/174) 먼저 npm으로 create-react-app을 설치한다. (npm 명령어는 node.js를 설치하면 사용할 수 있다.)
Pod Deployment Service 4.1 Deployment 4.1.1 관리와 스케줄링 쿠버네티스는 각 프로그램을 관리하기 위해 Deployment Object를 생성. Controller : Deployment resource를 관리. 실제로 Deployment는 Replica를 직접 관리하지 않는다. 대신, ReplicaSet이라는 Object를 자동으로 생성해서 처리하게 한다. 4.1.2 Restarting Containers Deployment는 재시작을 한다. 컨테이너마다 재시작 정책을 다르게 설정할 수 있지만, 일반적으로 요구되는 사항은 '항상 재시작'이라 기본값으로 설정되어 있다. (default behavior : restart always) 4.1.3 Querying Deploym..
UI (User Interface) : 사용자가 직접 조작하는 화면. API (Application Programming Interface) : 애플리케이션이 무엇인가를 하기 위해서 프로그래밍적으로 그 애플리케이션이 돌아가는 시스템에게 전달하는 명령.