4ab2542a6b2bc45ef6ebc3e9ff0d1fd56ab5fcc0
\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
| ... | ... | @@ -21,10 +21,11 @@ |
| 21 | 21 | vim config.properties |
| 22 | 22 | ``` |
| 23 | 23 | ``` |
| 24 | -url=jdbc:mysql://192.168.168.176:3306/iidp?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToN ull&useSSL=false&allowPublicKeyRetrieval=true |
|
| 24 | +url=jdbc:mysql://192.168.168.176:3306/iidp?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true |
|
| 25 | 25 | username=root |
| 26 | 26 | password=123456 |
| 27 | -serverPort=8080 # 服务监听的端口 |
|
| 27 | +# 服务监听的端口 |
|
| 28 | +serverPort=8080 |
|
| 28 | 29 | ``` |
| 29 | 30 | |
| 30 | 31 | - Oracle数据库与mysql配置类似 |