mirror of
https://gitee.com/many2many/java-web.git
synced 2025-01-11 14:40:55 +08:00
add
This commit is contained in:
parent
4af243308b
commit
b40eae61d3
@ -27,11 +27,17 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
H2 V2的JDBC驱动依赖:
|
||||||
|
```groovy
|
||||||
|
runtimeOnly 'com.h2database:h2:2.1.214'
|
||||||
|
```
|
||||||
|
|
||||||
#### 7.1.4 ui部署
|
#### 7.1.4 ui部署
|
||||||
|
|
||||||
nginx中部署 [paopao-web-ui.zip](../examples/chapter07/paopao-web-ui.zip)
|
nginx中部署 [paopao-web-ui.zip](../examples/chapter07/paopao-web-ui.zip)
|
||||||
|
|
||||||
|
[Spring Boot处理CORS跨域请求的三种方法](https://cloud.tencent.com/developer/article/1655583)
|
||||||
|
|
||||||
### 7.2 用户注册功能开发
|
### 7.2 用户注册功能开发
|
||||||
|
|
||||||
#### 7.2.1 API设计
|
#### 7.2.1 API设计
|
||||||
|
Loading…
Reference in New Issue
Block a user