diff --git a/server/lib/tigon b/server/lib/tigon
index 40acef8..97b1da4 160000
--- a/server/lib/tigon
+++ b/server/lib/tigon
@@ -1 +1 @@
-Subproject commit 40acef80b8af560cbf19a0a841748c0d63406dde
+Subproject commit 97b1da4c89ac3e2919a111fef058b8a69de3c27b
diff --git a/server/mapper/pom.xml b/server/mapper/pom.xml
index 76256e7..2180893 100644
--- a/server/mapper/pom.xml
+++ b/server/mapper/pom.xml
@@ -50,6 +50,11 @@
spring-test
test
+
+ org.springframework
+ spring-context
+ test
+
junit
junit
diff --git a/server/mapper/src/main/resources/spring/spring-ambition-db.xml b/server/mapper/src/main/resources/spring/spring-ambition-db.xml
index ca89d95..ea72415 100644
--- a/server/mapper/src/main/resources/spring/spring-ambition-db.xml
+++ b/server/mapper/src/main/resources/spring/spring-ambition-db.xml
@@ -11,6 +11,8 @@
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">
+
+
-
0);
/*
diff --git a/server/mapper/src/test/java/com/pudonghot/ambition/crm/mapper/UserMapperTest.java b/server/mapper/src/test/java/com/pudonghot/ambition/crm/mapper/UserMapperTest.java
index da94494..423b91f 100644
--- a/server/mapper/src/test/java/com/pudonghot/ambition/crm/mapper/UserMapperTest.java
+++ b/server/mapper/src/test/java/com/pudonghot/ambition/crm/mapper/UserMapperTest.java
@@ -1,16 +1,13 @@
package com.pudonghot.ambition.crm.mapper;
-import lombok.extern.slf4j.Slf4j;
-import org.junit.Assert;
import org.junit.Test;
-import java.util.Date;
+import org.junit.Assert;
import org.junit.runner.RunWith;
-import org.springframework.beans.factory.annotation.Autowired;
+import lombok.extern.slf4j.Slf4j;
import org.springframework.test.context.ContextConfiguration;
-import org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests;
+import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
-import com.pudonghot.ambition.crm.mapper.UserMapper;
-import com.pudonghot.ambition.crm.model.User;
+import org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests;
/**
* @version 0.0.1
diff --git a/server/mapper/src/test/resources/spring/spring-test.xml b/server/mapper/src/test/resources/spring/spring-test.xml
index ba58daa..995203b 100644
--- a/server/mapper/src/test/resources/spring/spring-test.xml
+++ b/server/mapper/src/test/resources/spring/spring-test.xml
@@ -7,4 +7,5 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
+