# jboss-demo **Repository Path**: refiner/jboss-demo ## Basic Information - **Project Name**: jboss-demo - **Description**: Jboss试验项目,所用框架Springboot+shiro - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jboss-demo #### 介绍 Jboss试验项目,所用框架Springboot+shiro #### 软件架构 软件架构说明 #### 安装教程 1. maven进行clean,然后package 2. 将打包生成的war文件放置到jboss目录下的 \standalone\deployments 文件夹下 3. 点击jboss目录下的 \bin\standalone.bat(windows)进行启动,如果是linux则点击 \bin\standalone.sh #### 使用说明 - 可用账号为 zhangsan/123456 、 lisi/123456 ,其他账号或密码则会提示"账户或密码错误" - 启动后访问 http://localhost:8080/login?username=lisi&password=123456,登录成功后访问 http://localhost:8080/index 会返回没有权限页面 - 启动后访问 http://localhost:8080/login?username=zhangsan&password=123456,登录成功后访问 http://localhost:8080/index 会返回index页面 #### 参与贡献 1. Refiner [码云个人空间地址](https://gitee.com/refiner)