jdbc.properties 326 B

123456789
  1. jdbc.driverName=com.mysql.jdbc.Driver
  2. #jdbc.url=jdbc:mysql://localhost:3306/wjj?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
  3. #jdbc.username=root
  4. #jdbc.password=123
  5. #外网
  6. jdbc.url=jdbc:mysql://127.0.0.1:3306/agent?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
  7. jdbc.username=root
  8. jdbc.password=123456