Spring Boot JPA with parameter
Spring Boot JPA with parameter
as 를 붙여주어야 정상적으로 작동한다.
public interface ItemRepository extends DefaultJpaRepository<ItemEntity, … 더보기 serialVersionUID 의 용도
serialVersionUID 의 용도
Serializable
직렬화 (implements Serializable) 는 서버간 데이타를 전송할 때,
송신 서버에서 클래스를 … 더보기
아이묭 – 오늘밤 이대로(今夜このまま)
Spring Boot JPA one to many (단방향)
IntelliJ 오류 : Could not autowire. No beans of ” type found.
JobExecutionAlreadyRunningException: A job execution for this job is already running
JobExecutionAlreadyRunningException: A job execution for this job is already running
UPDATE
BATCH_JOB_EXECUTION
SET
END_TIME = … 더보기 Spring Batch
Autoscaler job
Autoscaler job
Autoscaler job 등록
vi aws_autoscaler.nomad
-----------------------------
job "autoscaler" {
datacenters = ["dc1"]
group … 더보기 ASG 설정
ASG 설정
auto scaling group 생성
vi asg.tf
-----------------------------
resource "aws_launch_template" "nomad_client" {
name_prefix = … 더보기