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

개발환경 Eclipse Java EE IDE for Web Developers ( Eclipse IDE Neon 3 Packages x64 ) PostgreSQL 14.1 Tomcat 8.5.81 JDK 1.8.0_202 %CATALINA_HOME%/conf/server.xml WebContent\META-INF\context.xml WebContent\WEB-INF\web.xml jdbc/SpringDB javax.sql.DataSource Container DBtest.jsp 이름직업 http://localhost:8080/JNDITest/DBtest.jsp 참고 https://hermeslog.tistory.com/359 [Tomcat] Tomcat에서의 JNDI JDBC 설정 #1 필수 라이브러리..

개발환경 Eclipse Java EE IDE for Web Developers ( Eclipse IDE Neon 3 Packages x64 ) Spring 3.2.14 Maven 3.8.6 MyBastis 3.1.1 PostgreSQL 14.1 Tomcat 8.5.81 JDK 1.8.0_202 DBCP + MyBatis 를 이용한 PostgreSQL 접속 방법 context-common.xml context-datasource.xml context-mapper.xml classpath*:spring/simple/test/sample/**/dao/*Mapper.xml context-transaction.xml mybatis-config-base.xml http://localhost:9090/sample-s..

Eclipse 환경입니다. Project 선택 후 Configure > Convert to Maven Project

갑자기 Spring 3.x 환경으로 개발환경을 구축하려니, 고생스럽네요. 덕분에 이것 저것 급조해서 간단하게 만들어봤습니다. 현재는 Eclipse plugin의 지원이 원할치 않습니다. neon3 버전 이전버전은 Marketplace 가 연결되지 않더군요. 그렇기 때문에, 이러한 환경을 만드는 것 조차 힘들었습니다. 개발환경 Eclipse Java EE IDE for Web Developers ( Eclipse IDE Neon 3 Packages x64 ) Spring 3.2.14 Maven 3.8.6 MyBastis 3.1.1 HSQL 2.2.7 Tomcat 8.5.81 JDK 1.8.0_202 pom.xml 4.0.0 test.study.spring sample-spring-webapp war 0.0..
출처 : https://dejavuhyo.github.io/posts/encrypt-configuration-file-in-springboot/ Spring Boot 설정파일 암호화 1. Jasypt Jasypt(Java Simplified Encryption)는 개발자가 암호화 작동 방식에 대한 깊은 지식 없이도 최소한의 노력으로 자신의 프로젝트에 기본 암호화 기능을 추가할 수 있도록 하는 Java 라이브러리이다. dejavuhyo.github.io 1. Jasypt Jasypt(Java Simplified Encryption)는 개발자가 암호화 작동 방식에 대한 깊은 지식 없이도 최소한의 노력으로 자신의 프로젝트에 기본 암호화 기능을 추가할 수 있도록 하는 Java 라이브러리이다. 2. 암호화 설정 ..

1. build.gradle /* Eclipse 설정 시작 ----------------------------*/ def querydslDir = "src/main/generated" querydsl { library = "com.querydsl:querydsl-apt" jpa = true querydslDefault = true querydslSourcesDir = querydslDir } //에디터 설정 sourceSets { main { java { srcDirs = ['src/main/java', querydslDir] } } } //컴파일 클래스 패스에 넣음. configurations { querydsl.extendsFrom compileClasspath } //어노테이션 프로세서와 맞물려서 ..

Hadoop 강의을 들으면서 실습환경을 구성하는 내용을 기록하고자 했습니다. 하둡단일노드버전이 설치되어 있는 호튼웍스 샌드박스를 이용해서 실습환경을 구성할 예정입니다. 1. VirtualBox ( 6.1.3 Version )를 다운받아 설치합니다. https://www.virtualbox.org/ Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash Important May 17th, 2021We're hiring! Looking for a new challenge? We're hiring a VirtualBox senior developer in 3D area (Europe/Russia/India). New November 22nd, 2021Virtu..
개발환경 IDE : IntelliJ Framework : Spring 2.5.2 + MyBatis Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 - secondary - Maria DB 10.6.3 lombok 4.0.0 org.springframework.boot spring-boot-starter-parent 2.5.2 com.multi.db MultiDatabase 0.0.1-SNAPSHOT MultiDatabase Demo project for Spring Boot 11 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-web o..

내용은 간단합니다. IDE : IntelliJ JDK : OpenJDK 11 Framework : Spring Boot 2.5.2 4.0.0 org.springframework.boot spring-boot-starter-parent 2.5.2 com.h2 H2Runner 0.0.1-SNAPSHOT H2Runner Demo project for Spring Boot 11 org.springframework.boot spring-boot-starter-security org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-web com.h2database h2 runtime org.spring..
사용자 Appender 생성 아래 링크를 보면 Customer Appender 를 생성할 수 있는 소스가 있습니다. 이 Customer Appender가 왜 필요하냐면... 모든 Log 를 걸러낼 수 있기 때문입니다. MyBatis Query Log 까지도 확인할 수 있습니다. package com.github.dadiyang.appender; import org.apache.log4j.AppenderSkeleton; import org.apache.log4j.spi.LoggingEvent; /** * @author dadiyang * @since 2019/4/30 */ public class Log4jAppender extends AppenderSkeleton { private String appNam..