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.
 
 
 
 
 
 
SOP/sop-admin/sop-admin-server
tanghc e47cd0e002 2.0 5 years ago
..
src 2.0 5 years ago
.gitignore admin 6 years ago
pom.xml 2.0 5 years ago
readme.md 2.0 5 years ago

readme.md

sop admin服务端

使用步骤

  • 打开application-dev.yml,修改数据库username/password,指定nacos地址
  • 运行SopAdminServerApplication.java
  • 访问:http://localhost:8082

登录账号:admin/123456

后台用户表:admin_user_info

密码保存规则:两次MD5,即md5(md5("123456"))