Commit 930ad606 authored by 胡小根's avatar 胡小根

coding

parent 863592dd
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
参考: 参考:
http://blog.csdn.net/jadyer/article/details/12208847 http://blog.csdn.net/jadyer/article/details/12208847
http://www.chengxuyuans.com/javabase/96878.html
https://shiro.apache.org/webapp-tutorial.html
http://qtdebug.com/spring-web/16.%20Shiro%20%E9%85%8D%E7%BD%AE%E7%BC%93%E5%AD%98.html
## Spring Security ## Spring Security
特性: 特性:
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<plugin type="org.mybatis.generator.plugins.ToStringPlugin"/> <plugin type="org.mybatis.generator.plugins.ToStringPlugin"/>
<jdbcConnection driverClass="com.mysql.jdbc.Driver" <jdbcConnection driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/zhuluoxi" connectionURL="jdbc:mysql://www.situdata.com:13306/SeekTruth"
userId="root" userId="seektruth"
password="123456"/> password="$ecur1ty"/>
<!-- 指定生成的类型为java类型,避免数据库中number等类型字段 --> <!-- 指定生成的类型为java类型,避免数据库中number等类型字段 -->
<javaTypeResolver> <javaTypeResolver>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment