This repository doesn't specify license. Without author's permission, this code is only for learning and cannot be used for other purposes.
README.md
项目说明
本项目是外汇交易平台。
开发/运行环境要求
- 安装有maven插件的IDE。
- jdk 7 以及以上。
- 支持servlet 3.1 以及以上的web容器。(如:tomcat 8 +)
- 一个关系型数据库实例,配置在custom/jdbc.xml。
- 一个redis实例,配置在custom/redis.xml。
关于文件上传
- 上传文件存放目录在custom/fileUpload.xml中
fileUpload.dir
配置。
- 需要在
fileUpload.dir
目录上启动一个web服务,以使上传的文件可被访问到。
关于性能监控
- 项目使用druid统计监控数据库连接和sql的执行,监控地址为/druid/index.html。
- 项目默认开启了spring与druid关联统计,监控地址为/druid/spring.html。
- 项目默认开启了数据库密码加密。详见custom/jdbc.xml。
- 项目默认开启了慢sql记录,当出现慢sql时,sql将被记录在sql.log中,同时发送邮件。详见custom/jdbc.xml。
- 在默认配置情况下,为了开发调试方便,所有数据库连接和sql的执行状态都会被打印到控制台 ,你可以关闭此配置。关闭请注释spring/spring-dao.xml中Slf4jLogFilter。
编码规范
getting started
coding standards
Comments ( 0 )