You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.2 KiB

  1. # wildfly-tml #
  2. [khhwtml02t.wanhai.com:8182/jboss/wildfly-tml](http://khhwtml02t.wanhai.com:8181/service/rest/repository/browse/tml-release/v2/jboss/wildfly-tml/tags/)
  3. 定義TML System modules & cnfigurations,所有與TML系統相關設定及改變可在此層進行異動
  4. ### Base Image
  5. [khhwtml02t.wanhai.com:8182/jboss/wildfly-base/wildfly-base](http://khhwtml02t.wanhai.com:8181/service/rest/repository/browse/tml-release/v2/jboss/wildfly-base/tags/)
  6. ### Configurations
  7. 1. 預先在 **${JBOSS_HOME}'/standalone/deployments/** 建立**WHL_TML.ear**
  8. WHL_TML.ear
  9. |-META-INF
  10. | |-application.xml
  11. | |-tml-config.xml
  12. |
  13. |-lib
  14. | |-tml-utility.jar
  15. | |-tml-security.jar
  16. |
  17. |-whl-biztml.jar
  18. 各系統模組war檔均deploy至**WHL_TML.ear/**
  19. 2. 新增**standalone-minimal.xml** (僅載入必要 extensions)
  20. ### Predefined Modules
  21. Location: **${JBOSS_HOME}/modules/**
  22. | Name | Version |
  23. | ---------------------- | ------- |
  24. | com.wanhai.base | 1.0.0 |
  25. | com.wanhai.zk | 1.0.0 |
  26. | com.wanhai.tml.bizbean | 0.1.0 |
  27. | com.wanhai.tml.vo | 0.1.0 |