Giter Site home page Giter Site logo

jsets-shiro-demo's Introduction

jsets-shiro-spring-boot-starter 应用示例

您可以直接下载编译好的包jsets-shiro-demo.zip,解压之后参照里面的"说明.txt"运行示例。

您也可以下载使用源码运行示例。

源码编译运行说明: 1、在mysql中新建一个数据库shiro-demo编码UTF-8,执行src/main/resources/jsets-shiro-demo.sql进行建表、导入初始数据。

2、maven**仓库有可能下载不了jcaptcha-1.0-all.jar,推荐您使用阿里的maven仓库,比maven**仓库快多了。

<mirror>      
  <id>nexus-aliyun</id>    
  <name>nexus-aliyun</name>  
  <url>http://maven.aliyun.com/nexus/content/groups/public</url>    
  <mirrorOf>*</mirrorOf>      
</mirror> 

2、项目中使用的jsets-jdbc-spring-boot-starter-1.0.0.jarjsets-shiro-spring-boot-starter-1.0.2.jar您可以下载后传到本地仓库。

3、运行Application.java,浏览器中打开http://localhost:8080/shiro-demo 进入系统。

4、使用用户名"admin",密码"123"登陆,在"用户管理"界面中可以看到4个测试账号密码都是123,您可以用这些账号进行测试。

jsets-shiro-demo's People

Contributors

wj596 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.