http://www.xplanner.org/xplanner/
1、下載 xplanner-0.7b7-war.zip
2、先改 xplanner.properties 跟 xplanner-custom.properties成你相應(yīng)的數(shù)據(jù)庫連接
3、ant create.db.schema.script
4、將 installer 下的 hibernate_schema.sql 的資料建到數(shù)據(jù)庫
5、再做 ant bootstrap 建立 sysadmin 的資料進 Oracle
6、刪除 \WEB-INF\classes\patches 下所有資料
7、 xplanner Copy 到 Tomcat
8、替換內(nèi)容 1. Open /xplanner/WEB-INF/classes/sbring-beans.xml 2. Find the bean id="metaRepository" 3. Replace ...... with .....
<property name="repositories">
<bean class="java.util.HashMap">
<constructor-arg>
<map>.....</map>
</constructor-arg>
</bean>
</property>