• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainresourcesegovframeworkspringcomcontext-datasource.xml
Download as .zip file
File name
Commit message
Commit date
src/main
관리자/사용자 게시판 리스트 수정
01-27
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
resources
게시판 등록 로직 추가
01-27
webapp
관리자/사용자 게시판 리스트 수정
01-27
File name
Commit message
Commit date
egovframework
게시판 등록 로직 추가
01-27
log4j2.xml
5648 관리자 메인비주얼관리 수정
01-26
File name
Commit message
Commit date
egovProps
first commit
2025-12-11
message/com
first commit
2025-12-11
spring/com
first commit
2025-12-11
sqlmap
게시판 등록 로직 추가
01-27
validator
first commit
2025-12-11
File name
Commit message
Commit date
context-aspect.xml
first commit
2025-12-11
context-bbsChgHst.xml
first commit
2025-12-11
context-common.xml
first commit
2025-12-11
context-crypto.xml
first commit
2025-12-11
context-datasource.xml
first commit
2025-12-11
context-excel.xml
first commit
2025-12-11
context-idgen.xml
first commit
2025-12-11
context-mail.xml
first commit
2025-12-11
context-properties.xml
first commit
2025-12-11
context-scheduling-sym-log-lgm.xml
first commit
2025-12-11
context-security.xml
first commit
2025-12-11
context-sqlMap.xml
first commit
2025-12-11
context-syslogaop.xml
first commit
2025-12-11
context-transaction.xml
first commit
2025-12-11
context-validator.xml
first commit
2025-12-11
mybatis-config.xml
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 67f54ab first commit UNIX
Raw Open in browser Change history
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd"> <!-- 환경설정 기본정보를 globals.properties 에서 참조하도록 propertyConfigurer 설정 --> <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> <value>classpath:/egovframework/egovProps/globals_#{systemProperties['spring.profiles.active']}.properties</value> </list> </property> </bean> <util:properties id="property" location="classpath:/egovframework/egovProps/globals_#{systemProperties['spring.profiles.active']}.properties" /> <!-- datasource 설정(propertyConfigurer 활용) --> <alias name="dataSource-${Globals.DbType}" alias="dataSource" /> <alias name="dataSource-${Globals.DbType}" alias="egov.dataSource" /> <!-- Oracle --> <!-- <bean id="dataSource-oracle-spied" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <property name="driverClassName" value="${Globals.DriverClassName}" /> <property name="url" value="${Globals.Url}" /> <property name="username" value="${Globals.UserName}" /> <property name="password" value="${Globals.Password}" /> </bean> <bean id="dataSource-oracle" class="net.sf.log4jdbc.Log4jdbcProxyDataSource"> <constructor-arg ref="dataSource-oracle-spied" /> <property name="logFormatter"> <bean class="kcc.let.utl.log4j.Log4JdbcCustomFormatter"> <property name="loggingType" value="MULTI_LINE" /> <property name="margin" value="8" /> <property name="sqlPrefix" value="SQL:" /> </bean> </property> </bean> --> <!-- mysql--> <bean id="dataSource-mysql-spied" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <property name="driverClassName" value="${Globals.DriverClassName}"/> <property name="url" value="${Globals.Url}" /> <property name="username" value="${Globals.UserName}"/> <property name="password" value="${Globals.Password}"/> <property name="initialSize" value="30"/> <property name="maxActive" value="100"/> <property name="maxWait" value="-1"/> <!-- 특정 시간마다 validationQuery를 실행 셋팅 시작 --> <property name="validationQuery" value="select 1"/> <property name="testWhileIdle" value="true"/> <property name="timeBetweenEvictionRunsMillis" value="7200000"/> <!-- 특정 시간마다 validationQuery를 실행 셋팅 끝 --> </bean> <bean id="dataSource-mysql" class="net.sf.log4jdbc.Log4jdbcProxyDataSource"> <constructor-arg ref="dataSource-mysql-spied" /> <property name="logFormatter"> <bean class="kcc.let.utl.log4j.Log4JdbcCustomFormatter"> <property name="loggingType" value="MULTI_LINE" /> <property name="margin" value="8" /> <property name="sqlPrefix" value="SQL:" /> </bean> </property> </bean> </beans>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up