반응형

CodeSiri 163

[Googoos🕊] 02. Spring | 회원가입 - Profile photo & dropbox & authority & 가입 날짜 자동 설정

01. 프로필 사진 Signup.html 02. gender & location Dropbox 생성 Signup.html 성별 -- 선택 -- 남성 여성 주소 -- 선택 -- 종로구 중구 용산구 성동구 광진구 동대문구 중랑구 성북구 강북구 도봉구 노원구 은평구 서대문구 마포구 양천구 강서구 구로구 금천구 영등포구 동작구 관악구 서초구 강남구 송파구 강동구 03. 가입 날짜(join_date) & authority MemberEntity.java package com.mygg.mygg.domain.entity; import lombok.AccessLevel; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; impor..

CodeSiri/Project 2021.05.17

[TIL] 2021.05.17

Spring 🍃 [스프링 핵심 원리 - 기본 편] 02. 스프링 핵심 원리 이해 1 - 예제 만들기 01. 프로젝트 생성 02. 비즈니스 요구사항과 설계 03. 회원 도메인 설계 04. 회원 도메인 개발 05. 회원 도메인 실행과 테스트 06. 주문과 할인 도메인 설계 07. 주문과 할인 도메인 실행과 테스트 Googoos 🕊 Theory01. create location table Theory02. 회원가입 - 프로필 사진 첨부 Theory03. 회원가입 - 가입 날짜 자동 생성 Theory04. 회원가입 - 주소, 성별 Dropbox [Googoos🕊] 02. SpringBoot | 회원가입 - Profile photo & dropbox & authority & 가입 날짜 자동 설정 01. 프로필 사..

CodeSiri/TIL 2021.05.16

[TIL] 2021.05.14

Googoos 🕊 Theory01. SpringBoot - Spring Security | 회원가입/로그인/로그아웃 [Googoos🕊] SpringBoot | Spring Security 회원가입/로그인/로그아웃 프로젝트 구조 개발환경 Intellij 2020.3.2 Java 11 JPA MySQL SpringBoot 의존성 build.gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org... sincerity.tistory.com GitHub 🐸 드디어 2주 만에 commit!!! 지난주와 이번 주 내내 "spring security"에서 헤매느냐고 잔디를..

CodeSiri/TIL 2021.05.14

[Googoos🕊] 01. Spring | Spring Security 회원가입/로그인/로그아웃

프로젝트 구조 개발환경 Intellij 2020.3.2 Java 11 JPA MySQL SpringBoot 의존성 build.gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlo..

CodeSiri/Project 2021.05.14

[TIL] 2021.04.30

Spring 🍃 [스프링 핵심 원리 - 기본 편] 03. 스프링 핵심 원리 이해 2 - 객체 지향 원리 적용 01. 새로운 할인 정책 개발 02. 새로운 할인 정책 적용과 문제점 03. 관심사의 분리 04. AppConfig 리팩터링 05. 새로운 구조와 할인 정책 적용 06. 전체 흐름 정리 07. 좋은 객체 지향 설계의 5가지 원칙의 적용 08. IoC, DI, 그리고 컨테이너 09. 스프링으로 전환하기 Academe 🏫 [Googoos meeting] Theory01. 1차 Page 분배 Theory02. Spring Boot 설정Theory03. GitHub 연동 GitHub 🐸 IntelliJ 새로안 기능! 의존 관계를 다이어그램으로 확인할 수 있다.

CodeSiri/TIL 2021.04.30
반응형
LIST