forked from github/dataease
fix: 删除注释
This commit is contained in:
parent
0baa789fa9
commit
7218b2105e
@ -39,12 +39,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
<!--<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>-->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -92,11 +87,7 @@
|
|||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--<dependency>
|
|
||||||
<groupId>org.mybatis.spring.boot</groupId>
|
|
||||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
||||||
<version>2.1.2</version>
|
|
||||||
</dependency>-->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
@ -125,7 +116,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.shiro</groupId>
|
<groupId>org.apache.shiro</groupId>
|
||||||
<!-- <artifactId>shiro-spring-boot-starter</artifactId>-->
|
|
||||||
<artifactId>shiro-spring</artifactId>
|
<artifactId>shiro-spring</artifactId>
|
||||||
<version>${shiro.version}</version>
|
<version>${shiro.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -240,8 +230,7 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--由于暂时插件接口未注册到公司仓库,请先down下代码安装到本地仓库
|
|
||||||
https://github.com/dataease/dataease-plugins-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.dataease</groupId>
|
<groupId>io.dataease</groupId>
|
||||||
<artifactId>dataease-plugin-interface</artifactId>
|
<artifactId>dataease-plugin-interface</artifactId>
|
||||||
@ -341,31 +330,6 @@
|
|||||||
<artifactId>commons-pool2</artifactId>
|
<artifactId>commons-pool2</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!--<dependency>
|
|
||||||
<groupId>io.buji</groupId>
|
|
||||||
<artifactId>buji-pac4j</artifactId>
|
|
||||||
<version>${buji.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.pac4j</groupId>
|
|
||||||
<artifactId>pac4j-cas</artifactId>
|
|
||||||
<version>${pac4j.version}</version>
|
|
||||||
</dependency>-->
|
|
||||||
|
|
||||||
<!--<dependency>
|
|
||||||
<groupId>org.jasig.cas.client</groupId>
|
|
||||||
<artifactId>cas-client-core</artifactId>
|
|
||||||
<version>3.5.0</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>javax.servlet</groupId>
|
|
||||||
<artifactId>servlet-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>-->
|
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -380,9 +344,7 @@
|
|||||||
</resource>
|
</resource>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>src/main/resources</directory>
|
<directory>src/main/resources</directory>
|
||||||
<!-- <includes>
|
|
||||||
<include>**/*</include>
|
|
||||||
</includes> -->
|
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>static/**/*.woff</exclude>
|
<exclude>static/**/*.woff</exclude>
|
||||||
|
@ -93,7 +93,6 @@ public class ShiroServiceImpl implements ShiroService {
|
|||||||
filterChainDefinitionMap.put("/downline", ANON);
|
filterChainDefinitionMap.put("/downline", ANON);
|
||||||
filterChainDefinitionMap.put("/common-files/**", ANON);
|
filterChainDefinitionMap.put("/common-files/**", ANON);
|
||||||
filterChainDefinitionMap.put("/linkage/getPanelAllLinkageInfo/**", ANON);
|
filterChainDefinitionMap.put("/linkage/getPanelAllLinkageInfo/**", ANON);
|
||||||
/*filterChainDefinitionMap.put("/api/auth/logout", "logout");*/
|
|
||||||
|
|
||||||
filterChainDefinitionMap.put("/api/link/resourceDetail/**", "link");
|
filterChainDefinitionMap.put("/api/link/resourceDetail/**", "link");
|
||||||
filterChainDefinitionMap.put("/api/link/viewDetail/**", "link");
|
filterChainDefinitionMap.put("/api/link/viewDetail/**", "link");
|
||||||
|
Loading…
Reference in New Issue
Block a user