Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wushengyeyouya committed Mar 2, 2022
2 parents 452ad86 + 3706707 commit 2293058
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<aspectj.version>1.9.5</aspectj.version>
<xstream.version>1.4.19</xstream.version>
<jobmanager.version>0.1.0</jobmanager.version>
<mysql.connector.version>5.1.47</mysql.connector.version>
</properties>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
</properties>

<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.connector.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-mybatis</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions streamis-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ spring:
mvc:
servlet:
path: /api/rest_j/v1
servlet:
multipart:
enabled: true
max-file-size: 500MB
max-request-size: 500MB

eureka:
client:
Expand Down

0 comments on commit 2293058

Please sign in to comment.