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.
homestay/minsu/说明文档.txt

19 lines
581 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.

前台登录页面
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