Browse Source

spring-boot-demo-orm-jpa 完成

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
05a8e24a7b
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      spring-boot-demo-orm-jpa/src/main/resources/application.yml

+ 0
- 4
spring-boot-demo-orm-jpa/src/main/resources/application.yml View File

@@ -1,7 +1,3 @@
server:
port: 8080
servlet:
context-path: /demo
spring:
datasource:
jdbc-url: jdbc:mysql://127.0.0.1:3306/spring-boot-demo?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2B8


Loading…
Cancel
Save