feat: 初始化gitignore和readme
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# zhgh_cug_v4
|
||||
|
||||
智慧工会系统本地开发说明。
|
||||
|
||||
## 访问入口
|
||||
|
||||
PC 管理端:
|
||||
|
||||
```text
|
||||
http://127.0.0.1/platform/login
|
||||
```
|
||||
|
||||
H5 端:
|
||||
|
||||
```text
|
||||
http://127.0.0.1/platform/h5
|
||||
```
|
||||
|
||||
## 登录账号
|
||||
|
||||
```text
|
||||
账号:superadmin
|
||||
密码:以本地数据库或初始化数据为准
|
||||
```
|
||||
|
||||
## 本地启动参数
|
||||
|
||||
如果使用 `application-dev.yaml`,IDEA 的 VM options 可配置:
|
||||
|
||||
```text
|
||||
-Dnutz.profiles.active=dev --add-opens java.base/java.lang=ALL-UNNAMED
|
||||
```
|
||||
|
||||
如果端口不是 80,需要在访问地址中补上端口号,例如:
|
||||
|
||||
```text
|
||||
http://127.0.0.1:8080/platform/login
|
||||
http://127.0.0.1:8080/platform/h5
|
||||
```
|
||||
Reference in New Issue
Block a user