52ky 发表于 2022-10-3 11:03:13

ssi项目配置文件

spring3+mybatis3+struts2集成开发时的一切配置文件没有jar包,没有里边的工具类,仅仅配置datasource选用的是apachedbcp其间业务管理放在service层更多的是为了自己的备份,如果没有必定的ssi结构基础的人勿下
props\applicationContext.xml
props\database.properties
props\ibatisConfig.xml
props\log4j.properties
props\struts.xml
web.xml
.....

(All configuration files during spring 3 mybatis3 struts 2 integrated development do not have jar packages or tool classes. Only the data source is configured using apache dbcp. During this process, business management is placed on the service layer for your own backup. If you do not have a certain ssi structure foundation, do not leave
props\applicationContext.xml
props\database.properties
props\ibatisConfig.xml
props\log4j.properties
props\struts.xml
web.xml
.....)




页: [1]
查看完整版本: ssi项目配置文件