- spring:
- datasource:
- username: 'root'
- password: 'root'
- url: jdbc:mysql://localhost:3306/seec_data?serverTimezone=GMT&useUnicode=true&characterEncoding=utf-8
- driver-class-name: com.mysql.cj.jdbc.Driver
- jpa:
- hibernate:
- ddl-auto: update
- show-sql: true
- urls:
- url1: www.baidu.com
|