Commit e9aad79f authored by 高洋's avatar 高洋

Updates project-create.md

Auto commit by GitBook Editor
parent 595290ff
......@@ -131,10 +131,12 @@ mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -D archetypeGr
### 确定本项目使用的数据库
> 目前已经测试过支持的数据库有Mysql,Oracle,SqlServer
> 按照[创建数据库](/后端开发/database-init.md)中的步骤创建数据库
> 请修改 `HelParent/core/src/main/java/hel/core/db/liquibase.groovy` 以适配不同的数据库
确定好数据库后,按照[Oracle,MySql,Sqlserver数据库配置](/后端开发/database-config.md)修改项目配置文件config.properties(其中包含redis配置)。
修改配置文件后,按照[创建数据库](/后端开发/database-init.md)中的步骤创建数据库
### 修改项目配置文件
[修改项目配置文件config.properties](/后端开发/database-config.md)
### 编译整个项目
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment