본문 바로가기

반응형

Java/자바 기반 웹 개발자 과정 필기

(72)
[200701.88일차] Spring boot 6 - 마이크로 서비스 마이크로 서비스 => 프로젝트를 기능별로 만듬 더보기 RabbitMQ [Spring Cloud]메세지 기반 어플리케이션 구축을 위한 Spring Cloud Stream Spring Cloud Stream medium.com
[200630.87일차] Spring boot 5 - Java Mail Sender application.properties Mailer TestController index.html & success.html 보낼 구글 아이디 보안 설정 => 다른 앱에서 액세스 가능하게 설정 (설정을 안하면 차단되어 이메일 발신이 안될 수 있음) 실행 수신할 이메일 설정 => 가입 수신할 이메일을 확인해보면 메일이 제대로 와있는걸 확인 할 수 있음 더보기 non blocking 방식 문자들을 처리해주는 하나의 서버 https://www.erlang.org/downloads Erlang Programming Language OTP 23 Erlang/OTP 23 is a new major release with new features, improvements as well as a few incompat..
[200626.85일차] Spring boot 3 - MyBatis 프로젝트 생성 Table 생성 create table member( id number primary key, name varchar2(20), age number ); create sequence member_seq; insert into member values(member_seq.nextval,'홍길동',20); insert into member values(member_seq.nextval,'김개똥',30); commit; DB 사용 준비 application.yaml( 기본 file로 확장자를 붙여 생성 ) / application.properties (기본적으로 있는 파일) 둘중 하나만 있으면 된다. ojdbc6.jar MybatisConfig package com.care.root.mybati..
[200625.84일차] Spring boot 2 - Thymeleaf Thymeleaf 새 프로젝트 ex03 생성 컨트롤러 생성 및 포트 설정

반응형