...
|
...
|
@@ -5,4 +5,8 @@ |
|
|
|
|
|
### 可设置环境变量
|
|
|
- DataSource
|
|
|
数据库连接,样例 host=数据库IP地址 user=用户名 password=密码 dbname=数据库名 port=31543 sslmode=disable TimeZone=Asia/Shanghai |
|
|
\ No newline at end of file |
|
|
数据库连接,样例
|
|
|
``` code
|
|
|
host=数据库IP地址 user=用户名 password=密码 dbname=数据库名 port=31543 sslmode=disable TimeZone=Asia/Shanghai
|
|
|
``` |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|