Skip to content

Commit

Permalink
fix: 微调
Browse files Browse the repository at this point in the history
  • Loading branch information
cai3178940 committed Aug 29, 2020
1 parent d5da057 commit f84bca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<version>2.3.3.RELEASE</version>
</parent>

<groupId>com.youran</groupId>
Expand Down
4 changes: 0 additions & 4 deletions youran-generate-ui/src/views/home/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@
4. 枚举:建议将不常变化的一类常量数据创建成枚举,会在java代码中生成对应的enum类。
5. 索引:就是mysql业务表中的索引。
6. 多对多关系、外键级联扩展、多对多级联扩展:您用了就知道。

## 生成效果展示

![image](https://github.com/cai3178940/image/raw/master/youran/%E7%94%9F%E6%88%90%E6%95%88%E6%9E%9C%E5%B1%95%E7%A4%BA.png)
6 changes: 2 additions & 4 deletions youran-generate-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
server:
servlet:
context-path: /
encoding:
force: true
port: 8088
spring:
application:
name: youran-generate
profiles:
active: local
# 强制指定响应头content-type是utf-8编码
http:
encoding:
force: true
security:
user:
name: admin
Expand Down

0 comments on commit f84bca4

Please sign in to comment.