# estimate4server **Repository Path**: pacsystem/estimate4server ## Basic Information - **Project Name**: estimate4server - **Description**: estimate4server - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-01 - **Last Updated**: 2023-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 评价系统 数据库进行初始化 数据库脚本在resources/sql/目录下的estimate.sql数据库脚本文件,如下: 配置文件地址 源码配置文件地址 resources/application-***.yml war包配置文件地址 /estimate/WEB-INF/classes/application-dev.yml #database settings datasource: url: jdbc:mysql://localhost:3306/dwsurvey_21test?useUnicode=true&characterEncoding=utf8 username: root password: 123456,. 分别修改```url、username、password``` 5、启动浏览器访问 输入 http://localhost:8080 初始账号:service@diaowen.net 密码:123456