본문 바로가기

JAVA/Spring Framework

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 더보기
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.. 더보기