This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
mysql.driver=com.mysql.cj.jdbc.Driver
#在和mysql传递数据的过程中,使用unicode编码格式,并且字符集设置为utf-8
mysql.url=jdbc:mysql://127.0.0.1:3306/hlb?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia%2fShanghai
mysql.username=root
mysql.password=123456
maxTotal=30
initPoolSize=5