| | |
| | | url: jdbc:postgresql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: 12345678 |
| | | mybatis: |
| | | configuration: |
| | | map-underscore-to-camel-case: true |
| | | |
| | | pagehelper: |
| | | helper-dialect: postgresql |
| | | ``` |
| | |
| | | url: jdbc:kingbase8://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=utf8 |
| | | username: root |
| | | password: 12345678 |
| | | mybatis: |
| | | configuration: |
| | | map-underscore-to-camel-case: true |
| | | |
| | | pagehelper: |
| | | helper-dialect: postgresql |
| | | ``` |
| | |
| | | |
| | | |
| | | 如果配置信息无误,你可以启动zlm,再启动wvp来测试了,启动成功的话,你可以在wvp的日志下看到zlm已连接的提示。 |
| | | 接下来[部署到服务器](./_content/introduction/deployment.md), 如何你只是本地运行直接再本地运行即可。 |
| | | 接下来[部署到服务器](./_content/introduction/deployment.md), 如果你只是本地运行直接在本地运行即可。 |