Skip to content

Instantly share code, notes, and snippets.

View xiaoruiguo's full-sized avatar

xiaoruiguo xiaoruiguo

View GitHub Profile
@adamjshook
adamjshook / shiro.ini
Created September 3, 2016 17:12
Apache Shiro JdbcRealm MySQL Example
# Apache Shiro v1.2.3
# Install MySQL
# $ sudo yum install mysql-server
# $ sudo /sbin/service mysqld start
# $ sudo chkconfig mysqld on
# Secure install and set root password
# $ sudo /usr/bin/mysql_secure_installation