赞
踩
application.properties
文件,写入以下代码来配置MySQL连接:- jdbc.driver=com.mysql.cj.jdbc.Driver
- jdbc.url=jdbc:mysql://localhost:3306/数据库名?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
- jdbc.username=数据库用户名
- jdbc.password=数据库密码
AdminUser
类,包含了相应的属性(字段)和访问器(getter和setter方法),关系对应示意图如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。