3ae2f06cc639871b6760c5a9b05566dee59e70fb
\345\271\263\345\217\260\345\222\214app\346\216\210\346\235\203/\351\203\250\347\275\262\346\226\207\346\241\243.md
| ... | ... | @@ -47,6 +47,10 @@ url=jdbc:postgresql://192.168.184.122:5432/postgres?currentSchema=public&encodin |
| 47 | 47 | username=postgres |
| 48 | 48 | password=postgresql |
| 49 | 49 | ``` |
| 50 | +- sqlite3数据库配置 |
|
| 51 | +``` |
|
| 52 | +# 不需要任何配置,默认就是sqlite3 |
|
| 53 | +``` |
|
| 50 | 54 | |
| 51 | 55 | - 回到根目录,执行 `nohup ./grant > grant.log 2>&1 & |
| 52 | 56 | `,grant.log 日志出现`Listening and serving HTTP on :8080`日志,即表示运行成功。同时需要查看是否grant进程存在。 |