| | |
| | | |
| | | private static final Log log = LogFactory.getLog(LogAspect.class); |
| | | |
| | | @Pointcut("@annotation(com.terra.system.annotation.SysLog)") |
| | | @Pointcut("@annotation(com.terra.common.annotation.SysLog)") |
| | | public void logPointCut() { |
| | | // |
| | | } |
| | |
| | | /** |
| | | * 权限排除路径:/proxy,要求全部小写 |
| | | */ |
| | | public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/fmeit/", "/crds/", "/floatserver/", "/wmts/select", "/onemap/", "/swagger", "/error"}; |
| | | public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/wmts/select", "/v3/api-docs", "/swagger", "/error"}; |
| | | |
| | | public final static int I1 = 1; |
| | | |
| | |
| | | @Repository |
| | | public interface CommonMapper extends BaseMapper { |
| | | @Insert("INSERT INTO lf.sys_operate(url, ip, exec, clazz, type, userid, bak, modular1, modular2) VALUES (#{url}, #{ip}, #{exec}, #{clazz}, #{type}, #{userid}, #{bak}, #{modular1}, #{modular2})") |
| | | public int insertOperate(Map<String,Object> map); |
| | | int insertOperate(Map<String,Object> map); |
| | | } |
| | |
| | | http://localhost:8001/system/dir/selectDir?id=1 |
| | | http://localhost:8002/dir/selectDir?id=1 |
| | | |
| | | http://localhost:8001/webjars/swagger-ui/index.html |
| | | http://localhost:8003/swagger-ui/index.html |
| | | http://localhost:8001/webjars/swagger-ui/index.html x |
| | | http://localhost:8001/swagger-ui/index.html |
| | | |
| | | http://192.168.11.203:8848/nacos |
| | | http://192.168.11.203:8081/api/system/swagger-ui.html |