×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: liu lao
Added: May 31, 2021 7:14 AM
Modified: May 31, 2021 7:15 AM
Views: 3938
Tags: no tags
  1. server.port=9090
  2. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  3. spring.datasource.url=jdbc:mysql://127.0.0.1:3306/vhr?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
  4. spring.datasource.username=root
  5. spring.datasource.password=root