8000 GitHub - g457165949/ithtl-s: 后台权限管理系统
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

g457165949/ithtl-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

多模块版本

后台权限管理系统( 本项目是完全基于SpringBoot 1.5、Shiro、Layui、Vue 前后端分离项目,前端使用Nginx服务,使用Ajax调用后端服务接口。

基础版本

SpringBoot+thymeleaf前后端不分离

目的

学习并使用JAVA框架SpringBoot来开发,后续会新增SpringCloud,未完待更新。。。(QQ:457165949)

推荐博客

Nginx配置

    #添加头部信息
    proxy_set_header Cookie $http_cookie;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header X-Forwarded-Server $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    
    #添加拦截路径和代理地址
    location /api/ {              
           proxy_pass http://localhost:8080/;  #注意:使用代理地址时末尾记得加上斜杠"/"。      
    }

登录账号

账号:admin 密码:123456

页面展示

登录页面 image

用户页面 image

权限页面 image

角色页面 image

日志页面 image

About

后台权限管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0