국밥 블로그
레디스 배포
https://adjh54.tistory.com/449#google_vignette
네트워크 구축
QueryDSL
https://m.blog.naver.com/anstnsp/222109155983
- group by
https://gent.tistory.com/505
vi 쓰는법
스왑 메모리 생성
https://hagenti0612.github.io/aws/aws-memory/
이메일 인증 만들기
https://green-bin.tistory.com/83
spring boot 3 batch https://4h-developer.tistory.com/23
batch 하면서 발견한 문제
- 그냥 실행 자체가 안됨.. 설정한 시간이 되었으나 query를 안날림
@SpringBootApplication
@EnableScheduling // <- 이거를 추가해야됨.
public class YourApplication {
public static void main(String[] args) {
SpringApplication.run(YourApplication.class, args);
}
- 나쁜 sql 이라구요
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [SELECT JOB_INSTANCE_ID, JOB_NAME
FROM BATCH_JOB_INSTANCE
WHERE JOB_NAME = ?
and JOB_KEY = ?]
테이블 직접 쑤셔넣어줘야 함.
SSL 인증
https://www.youtube.com/watch?v=AmREvaxgsQI -> Route53, aws certificate manager 이용 (실패)
https://usage.tistory.com/199 -> cloudflare에서 무료로 (성공)
웹 도메인 연결
JPA 메소드 명명규칙 (querydsl 삭제)
https://zara49.tistory.com/130
LocalDateTime 쓰는법 (지역시간 설정하기)
https://covenant.tistory.com/255
iTerm2 커스텀 https://ooeunz.tistory.com/21
JMETER로 tps 체크 설치 - https://junuuu.tistory.com/901
header사용법 - https://m.blog.naver.com/pcmola/221980258911
내도메인.한국
(나중에 할것)
CI/CD를 main에 적용X
비동기처리
jpa - https://freedeveloper.tistory.com/139
api - https://lovethefeel.tistory.com/126
무중단 배포
TDD
https://mangkyu.tistory.com/182
백엔드 개발자 유튜브
https://www.youtube.com/watch?v=L3y3xk56SI8&list=PL8RgHPKtjlBjssE4aKLmdpup6AyrW9DE-
jpa 심화
https://mountain-noroo.tistory.com/196
(2) - https://velog.io/@mobz/240619-JPA-%EC%8B%AC%ED%99%94-%EA%B3%B5%EB%B6%802