You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test1/resources/database.properties

7 lines
328 B

This file contains ambiguous Unicode characters!

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