Skip to content

Commit

Permalink
improve some mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
“zzxxiansheng committed Apr 17, 2024
1 parent f558045 commit a1ea37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions eventmesh-dashboard-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@
<artifactId>eventmesh-dashboard-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.eventmesh.dashboard.common</groupId>
<artifactId>eventmesh-dashboard-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.eventmesh.dashboard.service</groupId>
<artifactId>eventmesh-dashboard-service</artifactId>
Expand All @@ -67,7 +65,6 @@
<artifactId>mybatis-dependent</artifactId>
<version>0.1.4</version>
</dependency>

<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
Expand All @@ -86,7 +83,7 @@
<version>1.8.0</version>
</dependency>

<!-- github laohu-->
<!-- GitHub laohu springmvc(contain spring boot starter)-->
<dependency>
<groupId>io.github.githublaohu</groupId>
<artifactId>dubbo-springmvc</artifactId>
Expand All @@ -95,8 +92,10 @@
<exclusion>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</exclusion></exclusions>
</exclusion>
</exclusions>
</dependency>

<!--lampup -->
<dependency>
<groupId>cn.lampup</groupId>
Expand All @@ -116,7 +115,6 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ mybatis:

decoration:
constantConfig:
#The 'all' configuration item indicates that the decoration component is allowed to enable pagination and return the front-end style function in a unified manner
all: true
#the 'corsEnable' configuration item indicates that cross-domain is enabled
corsEnable: true
#The 'all' configuration item indicates that the decoration component is allowed to enable pagination
#and return the front-end style function in a unified manner, and the 'corsEnable' configuration item indicates that cross-domain is enabled



0 comments on commit a1ea37f

Please sign in to comment.