본문 바로가기

JAVA

JOB 설정을 XML에서 할 때 MYBATIS MAPPER 설정 보호되어 있는 글입니다. 더보기
쿼츠 테이블 스키마 오라클 -- -- A hint submitted by a user: Oracle DB MUST be created as "shared" and the -- job_queue_processes parameter must be greater than 2 -- However, these settings are pretty much standard after any -- Oracle install, so most users need not worry about this. -- -- Many other users (including the primary author of Quartz) have had success -- running in dedicated mode, so only consider the above as.. 더보기
spring boot - oracle cloud jdbc spring: datasource: url: jdbc:oracle:thin:@db202006191235_medium?TNS_ADMIN=전자지갑경로(D:/Wallet) username: username password: password driver-class-name: oracle.jdbc.pool.OracleDataSource oracle: ucp: minPoolSize: 5 maxPoolSize: 10 initalPoolSize: 5 더보기
SHA-512 인코딩 package info.rue.app.common.util; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import org.springframework.stereotype.Component; import lombok.extern.slf4j.Slf4j; @Slf4j @Component public class CommonPasswordUtil { private final byte[] PREFIX_SALT_PASSWORD = { 0 , 22 , 67 , 3 , -88 , 27 , -89 , -.. 더보기
spring-datasource.xml 더보기
common-local.properties jdbc.connectionFactoryClassName=oracle.jdbc.pool.OracleDataSource jdbc.URL=jdbc:oracle:thin:@db202006191235_medium?TNS_ADMIN=D:\20.Dev\sqldeveloper-19.2.1.247.2212-x64\Wallet_DB202006191235 jdbc.user=dfdsefs jdbc.password=dfesfefgs dbc.initialPoolSize=5 jdbc.maxPoolSize=10 더보기
applicationContext.xml 더보기
pom.xml 4.0.0 info.rue rueWeb 0.0.1-SNAPSHOT war rueWeb rueWeb Project UTF-8 1.8 5.2.7.RELEASE 5.3.3.RELEASE 1.9.5 18.3.0.0 2.0.5 3.5.5 3.3.0 3.1.0 1.18.12 1.2.3 0.1.5 1.7.30 3.0.11.RELEASE 2.11.1 4.13 ${java.version} ${java.version} org.springframework spring-webmvc ${spring.version} org.springframework.security spring-security-web ${spring-security.version} org.springframework.security spring-security.. 더보기
web.xml rueWeb ch.qos.logback.ext.spring.web.LogbackConfigListener logbackConfigLocation classpath:/config/log/logback.xml org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:config/spring/application-context.xml CharacterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true CharacterEncodingFilter /* springSecurityFilte.. 더보기