일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Open Source
- Source
- 오픈소스
- Thymeleaf
- Eclipse
- Python
- MySQL
- myBatis
- Tomcat
- ubuntu
- MSSQL
- jpa
- Core Java
- 문서
- JDBC
- Exception
- STS
- git
- AJAX
- PostgreSQL
- spring
- 설정
- JavaScript
- SpringBoot
- error
- Docker
- oracle
- IntelliJ
- maven
- Spring Boot
- Today
- Total
목록전체 글 (709)
헤르메스 LIFE

개발환경Tools : STS 4.22.1.RELEASEJDK : zulu11.72.19-jdk11.0.23Framework : Spring Boot 2.7.18Database : PostgreSQL 16.3Cache NoSQL : Redis 7.2.5Build : Gradle프로젝트 생성Dependencies 선택Finish개발 소스https://github.com/hermeswing/SpringBootNRedis GitHub - hermeswing/SpringBootNRedisContribute to hermeswing/SpringBootNRedis development by creating an account on GitHub.github.comSpring-boot + Redis applicatio..
No identifier specified for entity: ezpus.sample.domain.Member아래와 같은 오류가 발생하였습니다.Caused by: org.hibernate.AnnotationException: No identifier specified for entity: ezpus.sample.domain.Memberimport javax.persistence.Entity;import javax.persistence.GeneratedValue;import javax.persistence.GenerationType;import javax.persistence.Id;import javax.persistence.Table;import lombok.Getter;import lombok.NoA..

개발환경 셋팅 중 아래와 같은 오류가 발생하였습니다.기술의 발전은 빠른데, 따라 가기 힘드네요. ㅠ.ㅠSTS에서 "https://start.spring.io" 를 통해 Springboot 신규 프로젝트를 생성하면 Java version을 17 이하로는 선택할 수 없습니다. 하지만 우리는 JDK 8을 벗어난지도 최근입니다.개발환경JDK : zulu11.72.19-jdk11.0.23Tools : STS 4.22.1.RELEASESpring : Spring Boot 2.7.18FAILURE: Build failed with an exception.* What went wrong:Could not resolve all dependencies for configuration ':compileClasspath'.>..
개발환경Springboot Mybatis JDK 11.x SELECT id, name FROM users WHERE id = #{id} 이와 같은 간단한 쿼리 실행 시 Map 에 담기는 값은 Database 마다 다릅니다.Oracle, Tibero 는 key 가 대문자로 담기게 됩니다.List> userList = mapper.selectUserRequest();for(int i = 0; i MS-SQL 은 쿼리 Alias 로 key 가 생성됩니다.List> userList = mapper.selectUserRequest();for(int i = 0; i PostgreSQL 은 key 소문자로 담기게 됩니다.List> userList = mapper.selectUserReques..

MyBatipse Plugin 입니다.MyBatis XML 개발 시 도움이 됩니다.[ Help >> Eclipse Marketplace ] https://github.com/mybatis/mybatipse GitHub - mybatis/mybatipse: Eclipse plugin adding support for MyBatis SQL Mapper Framework.Eclipse plugin adding support for MyBatis SQL Mapper Framework. - mybatis/mybatipsegithub.com https://blog.naver.com/hj_kim97/222350467396 [Eclipse]이클립스 MyBatipse 플러그인 설치 및 기능MyBatipse 플러그인 공식..

STS 4.x 에서 MyBatis 사용 시 아래의 구문에서 "downloading external resources is disabled." 라는 오류 메시지가 보여집니다.이게 실행이 안되는건 아닌데, 메시지가 거슬리긴 합니다. ㅡㅡ;;....첫번째 해결 방법은 아래와 같습니다.[Window >> Preference >> XML (Wild Web Developer) ] Download external resources like referenced DTD, XSD 를 체크해주면 해결됩니다.두번째 해결 방법은 Validation 체크를 하지 않는 겁니다.[ Window >> Preference >> XML (Wild Web Developer) >> Validation & Resolution ] Enable..

프로젝트를 하다보니, 요즘 offline 환경이 많아 졌습니다.VSCode 사용 시 확장 프로그램을 옮기는 방법을 찾던 중 정리한 내용입니다.1. VSCode 확장프로그램 설치가. VSCode 실행나. 확장 선택다. 검색 / 설치2. VSCode 확장프로그램 Offline 설치가. 마켓플레이스 접속 ( https://marketplace.visualstudio.com/ )나. 검색다. 다운로드 ( .vsix 파일이 다운로드 됩니다. )라. 설치 #1ㄱ. VSCode의 Search 영역에서 "> install from vsix" 검색 ( ">" 기호도 추가 해야 합니다. )ㄴ. .vsix 파일을 찾아서 선택하시면 됩니다.마. 설치 #2 ( 확장을 선택하시고, .vsix 파일 을 끌어다 놓으면 됩니다. )3..

출처 : https://www.itmaya.co.kr/wboard/view.php?wb=tech&idx=22 ITMAYA www.itmaya.co.krLinux에 대해리눅스는 리누스 토르발스가 커뮤니티 주체로 개발한 컴퓨터 운영체제입니다.리눅스는 유닉스 운영체제를 기반으로 만들어진 운영체제이고, 유닉스와 같은 다중 사용자, 다중 작업(멀티태스킹), 다중 스레드를 지원하는 네트워크 운영체제(NOS)입니다.리눅스는 서버로 작동하는데 최적화되어 있어, 서버에서 사용되는 운영체제로 많이 사용되고 있습니다.Linux의 특징리눅스는 유닉스와 완벽하게호환이 가능합니다.공개 운영체제로 오픈소 스이므로아무나 자유롭게 수정이 가능합니다.PC용 OS보다 안정적이며우수한 성능을 지니고 있습니다.배포판이 아닌 리눅스 자체는무료..
티베로 사용 중 아래의 오류가 발생했습니다.Caused by: java.sql.SQLException: JDBC-12003:Unable to open a session. at com.tmax.tibero.jdbc.err.TbError.makeSQLException(Unknown Source) at com.tmax.tibero.jdbc.err.TbError.newSQLException(Unknown Source) at com.tmax.tibero.jdbc.msg.common.TbMsgError.readErrorStackInfo(Unknown Source) at com.tmax.tibero.jdbc.msg.TbMsgEreply.deserialize(Unknown Source) at com.tmax.tiber..

FontCommonly Used > Font FamilyColor Customizations파일 > 기본설정 > 설정c:/Users/[사용자계정]/AppData/Roaming/Code/User/setting.json 파일커서 색변경 : "editorCursor.foreground": "#ff0000", ( 빨강색 )Bracket Match 색변경 : "editorBracketMatch.background": "#3c44d8", ( 파랑색 )VS Code Tab 간격 설정파일 > 기본설정 > 설정 - Tab sizeVS Code 공백 설정파일 > 기본설정 > 설정 - insert space코드 자동 정렬 ( 단축키 : Shift + Alt + F )Prettier - Code Formmater 선택 ( P..