본문 바로가기

나의세상

쿼리 SELECT A.* , CASE WHEN A.COMMENTS IS NOT NULL THEN CHR(10) || '/* ' || LPAD(A.COLUMN_ID, 3, ' ') || '. ' || A.COMMENTS || ' */' || CHR(10) END || 'private ' || RPAD(A.VO_VAR_TYPE, 8, ' ') || A.VO_VAR_NAME || ';' AS VO_VAR , CASE WHEN A.COLUMN_ID = 1 AND 'MULTILINE' = 'MULTILINE1' THEN CHR(10) || 'SELECT' || CHR(10) || LPAD(' ', 8, ' ') WHEN A.COLUMN_ID = 1 THEN CHR(10) || 'SELECT' || LPAD(' ', 2.. 더보기
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.. 더보기