All Downloads are FREE. Search and download functionalities are using the official Maven repository.

inal-ext3.3.0.0.source-code.readme.md Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
说明
1. 数据连接
	参考 jf-app-cfg.txt;
2. cfg.txt 组成
	2.1 测试模块
	2.2 生成模块
	2.3 包含内容
		ds.*.url:数据库连接 jdbc
		ds.*.user:数据库用户名
		ds.*.password :数据库密码
		ds.*.initsize : 连接池初始大小
		ds.*.maxactive : 连接池最大连接数
		ds : 数据库类型,eg:mysql,oracle,多数据源以英文的,分割;
		其他内容查看jf-app-cfg.txt配置文件
3. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
	在log4j.properties中加入
	Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
4. errorpages文件夹放到 WEB-INF 中




© 2015 - 2024 Weber Informatics LLC | Privacy Policy