This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
更新 mybatis demo 的 README.md
v-1.5.x
yangkai.shen
7 years ago
parent
ec0177d853
commit
3cd58b79f8
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
spring-boot-demo-mybatis/README.md
+ 3
- 2
spring-boot-demo-mybatis/README.md
View File
@@ -74,8 +74,9 @@ server:
port: 8080
context-path: /demo
spring:
jackson:
default-property-inclusion: non_null
# json 转化移除 null 字段
# jackson:
# default-property-inclusion: non_null
datasource:
# 启动时自动运行的 SQL 文件
schema: classpath:init-sql/schema.sql
Write
Preview
Loading…
Cancel
Save