Skip to content

Commit 2ffa9ab

Browse files
committed
[ jsTree Service Framework(TSF)의 Hibernate Version QA Version Push ]
[SmartCommit] SP-535 #close #time 1h +review SR @dongmin.lee #comment TSF의 샘플의 CRUD및 무브 기능일부가 동작하지 않는 문제를 해결합니다. [Document] http://www.313.co.kr/confluence/display/WIKI/1.0+jsTree+Service+Framework [IssueTracker] http://www.313.co.kr/jira/browse/SP-535 [VersionControl] https://github.com/jstree/jsTree-Service-Framework-Backend-App [CodeReview] http://www.313.co.kr/fecru/changelog/jsTreeServiceFrameworkBackendAppRepo [BuildManager] http://www.313.co.kr/bamboo/browse/STAN-RC [ArtifactManager] http://www.313.co.kr/nexus/content/repositories/StandardProject/ [CodeAnalysis] http://www.313.co.kr/sonar/dashboard/index/4772 [Docker] https://hub.docker.com/r/313devgrp/jstree-service-framework-backend-app/
1 parent abe2639 commit 2ffa9ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web-module/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>313devgrp</groupId>
2323
<artifactId>lib-module</artifactId>
24-
<version>19.01.313</version>
24+
<version>19.02.02</version>
2525
<type>pom</type>
2626
</dependency>
2727
<dependency>
2828
<groupId>313devgrp</groupId>
2929
<artifactId>core-module</artifactId>
30-
<version>19.01.313</version>
30+
<version>19.02.02</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>javax.servlet</groupId>
@@ -90,7 +90,7 @@
9090
<artifactItem>
9191
<groupId>313devgrp</groupId>
9292
<artifactId>core-module</artifactId>
93-
<version>19.01.313</version>
93+
<version>19.02.02</version>
9494
<type>jar</type>
9595
<overWrite>false</overWrite>
9696
<outputDirectory>${project.build.directory}/classes</outputDirectory>

web-module/profiles/operation/support.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Database configuration props
22
database.driver=oracle.jdbc.driver.OracleDriver
33
database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl
4-
database.username=TEST_DB
5-
database.password=TEST_DB_1234
4+
database.username=OPERATION_DB
5+
database.password=OPERATION_DB_1234
66

77
# hibernate props
88
hibernate.dialect=org.hibernate.dialect.Oracle10gDialect

0 commit comments

Comments
 (0)