Work tasks are planned and executed in the PLOGS system. When the tasks are completed, they will be automatically archived, automatically generate weekly project work reports (daily, weekly, monthly reports) and personnel work reports (daily, weekly, monthly reports) and support online preview of project documents. , full-text retrieval of project documents (can retrieve file content), in addition, this system provides the personal network disk function of wfs.
jdk7
maven
spring4
spring-mvc4
hibernate4
bootstrap
tomcat7
mysql
1. Maven deployment source code (main module: PLOGS/src/plogs-web) compilation sequence: plogs-core > plogs-parameter > plogs-report > plogs-authority > plogs-file > plogs-view > plogs-project > plogs- wfs> plogs-tag >plogs-web
2. Create a database. The database script is in the PLOGS/resource/sql/ directory.
3. Modify the database configuration file PLOGS/src/plogs-web/src/main/resources/jdbc.properties
4. Modify the attachment storage address and refer to the instructions for use.
5. After the project is compiled, it can be directly deployed to run in tomcat7, mysql5.
1. It is recommended that tomcat7, tomcat8 or above may have errors. Baidu and modify them according to the error information. It is not complicated.
2. Currently, due to the use of database dialects, only mysql is supported. If you want to switch the database system, there will be some workload. Mysql must be configured to be case-insensitive (in the Linux environment, pay special attention to the default case sensitivity of myslq).
3. Please use utf8 character set