
zip END header not found 관련 정리 intellij에서 진행중이던 프로젝트가 건드린것 없이 build 오류 발생 오류내역 : zip END header not found jdk 버전이 잘못된줄 알았으나 maven 프로젝트들은 정상적으로 동작하고 있었고 구글링 검색결과 gradle 연관된 파일이 잘못되어 졌다는 결론 해결방법 2가지중 2번을 선택하여 해결 1. 해당 프로젝트의 gradle-wrapper.properties 파일에서 gradle 버전변경 gradle 버전은 최신으로 되어있어서 기존 그대로 유지 2. /usr/x/.gradle 폴더 삭제 삭제 후 intellij 재기동을 하니 gradle build가 정상적으로 동작하여 해결

Spring Boot Connection Pool 설정 Spring boot 기본 connection pool이 spring boot 2.0.0버전부터 hikariCP로 변경되었고 Spring boot 2.0.0 이상버전에서 hikariCP를 TomcatJDBC Connection Pool 로 변경하는 방법 성능상으로 hikariCP가 다른 DBCP보다 성능은 좋지만 혹시 변경할 일이 있을 경우를 대비해 포스팅 Spring boot 초기세팅(hikaraCP) Pom.xml 1 2 3 4 5 6 7 8 9 10 org.springframework.boot spring-boot-starter-data-jpa mysql mysql-connector-java runtime Colored by Color Scri..

목적 JPA 개념정리 및 사용법 정리하게된 계기 기존에는 Mybatis 를 사용하였는데 새프로젝트에서 JPA 를 사용하게되어 정리 JPA (Java Persistence API) 자바 ORM 을 위한 표준기술로 Hibernate, Spring JPA 와 같은 구현체가 있고 이것의 표준인터페이스 장점으로는 Mybatis 프로젝트와 비교하면 코드량이 줄고 객체위주 코드가 작성됨으로 가독성이 좋아지고 특정 데이터베이스에 종속되지 않는다. 단점으로는 복잡한 쿼리처리,성능저하위험,학습시간등 이있는데 복잡한 쿼리는 QueryDSL로 처리가 가능한거 같다. 개발환경 OS 윈도우10 Jdk 1.8 Framework Spring Boot 2.7.0 DB mysql 8.0 패키지 구조 의존성추가 1 2 3 4 5 6 7 ..

개발환경 Spring Boot 2.7.0 JDK 1.8 Build Maven https://devhj.tistory.com/24?category=721156 윈도우10 Redis 설치 및 기본 설정 1.Redis란? 레디스(Redis)는 Remote Dictionary Server의 약자로서[4], "키-값" 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 데이터베이스 관리 시스템(DBMS)이다. 2009년 살 devhj.tistory.com 프로젝트생성 (의존성 : Spring data Redis) application.yml spring: redis: lettuce: pool: max-active: 10 max-idle: 10 min-idle: 2 port: 6379 host..

Intellij 에서 Spring boot 2.7.3 프로젝트를 생성 후 내장톰캣으로 프로젝트를 구동하였는데 JMX 관련하여 오류가 발생 The server sockets created using the LocalRMIServerSocketFactory only accept connections from clients running on the host where the RMI remote objects have been exported Port already in use: nested exception 구동할때마다 바뀌는 Exception 내용들이 있어서 구글링을 통해 JMX 를 비활설화 application.properties 에서 spring.application.admin.enabled=false..
개발환경 Os Windows 10 IDE STS 3.9.6 Jdk 1.8.0_172 Spring 5.2.1.RELEASE DB MsSql 1. 프로젝트 생성 - Spring Legacy Project > Spring MVC project 생성 후 Java 버전을 1.8로 변경 2. Pom.xml 의존성추가 - mybatis, mybatis-spring, spring-jdbc, mssql-jdbc, spring-test - https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc org.mybatis mybatis 3.4.6 org.mybatis mybatis-spring 1.3.2 org.springframework spring-jdbc..
- Total
- Today
- Yesterday
- actuator prometheus grafana
- kafka oubox
- Enum ==
- kafka redis
- spring security
- cursor ai crud
- SpringBatch 5.1.1
- no `meta.properties` found in
- 배치 관리 ui
- Spring Actuator
- quartz 실무 적용
- cursor ai 프로젝트
- JdbcBatchItem
- cursor ai 프롬프트
- Enum equals
- 잡 스케줄링
- spring boot jpa
- cursor ai
- 배치 모니터링
- spring boot jpa crud
- Spring boot Actuator
- quartz spring batch
- cursorAI
- 스케줄링 시스템
- oubox pattern
- tomcat gzip
- CompositeItemWriter
- custom Item writer
- kafka srping event
- Enum Equals ==
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |