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.
|
|
|
|
前台登录页面
|
|
|
|
|
http://localhost:8080/minsuguanliw/front/index.html
|
|
|
|
|
|
|
|
|
|
后台登录页面
|
|
|
|
|
http://localhost:8081/
|
|
|
|
|
|
|
|
|
|
管理员 账户:admin 密码:admin
|
|
|
|
|
用户 账户:a1 密码:123456
|
|
|
|
|
用户 账户:a2 密码:123456
|
|
|
|
|
用户 账户:a3 密码:123456
|
|
|
|
|
|
|
|
|
|
在src\main\resources\application.yml中编辑
|
|
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/minsuguanliw?useUnicode=true&characterEncoding=utf-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
|
|
username: root 数据库用户名 root
|
|
|
|
|
password: 123456 用户密码 123456
|
|
|
|
|
|
|
|
|
|
|