페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

코드 블럭
languagebash
<?xml version="1.0" encoding="UTF-8"?>

<application-configuration>
  <setupStep>complete</setupStep>
  <setupType>install.new</setupType>
  <buildNumber>1427</buildNumber>
  <properties>
    <property name="crowd.clustering.enabled">false</property>
    <property name="crowd.server.id">B2NA-KVSN-H0FO-5D6I</property>
    <property name="hibernate.c3p0.acquire_increment">1</property>
    <property name="hibernate.c3p0.idle_test_period">100</property>
    <property name="hibernate.c3p0.max_size">30</property>
    <property name="hibernate.c3p0.max_statements">0</property>
    <property name="hibernate.c3p0.min_size">0</property>
    <property name="hibernate.c3p0.timeout">30</property>
    <property name="hibernate.connection.SetBigStringTryClob">true</property>
    <property name="hibernate.connection.driver_class">oracle.jdbc.OracleDriver</property>
    <property name="hibernate.connection.oracle.jdbc.implicitStatementCacheSize">10</property>
    <property name="hibernate.connection.password">crowd</property>                             # 패스워드 정보
    <property name="hibernate.connection.url">jdbc:oracle:thin:@ip:1521:XE</property>           #IP 정보
    <property name="hibernate.connection.username">crowd</property>                             # 계정 정보
    <property name="hibernate.dialect">com.atlassian.crowd.util.persistence.hibernate.CustomOracle10gDialect</property>
    <property name="hibernate.setup">true</property>


...