Browse Source

更新 mybatis demo 的 README.md

v-1.5.x
yangkai.shen 7 years ago
parent
commit
3cd58b79f8
1 changed files with 3 additions and 2 deletions
  1. +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


Loading…
Cancel
Save