摘要: 一、<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>表达式</title> <script src="js/angular.min.js"></script> </head> <body > <!--ng-app包裹的标签能使 阅读全文
posted @ 2019-03-28 22:06 樱花落颜 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1. 页面标签:<security:authorize/> 可以嵌套2. 注解方式, 只能用其中一种: * JSR250 引入依赖 开启jsr250注解 security @RoleAllowed * Secured注解, security自带的 开启Secured注解注解 security @Se 阅读全文
posted @ 2019-03-26 23:28 樱花落颜 阅读(144) 评论(0) 推荐(0) 编辑