Commit 61326f79 authored by zhouleilei's avatar zhouleilei

海信项目国产化 - 中创中间件inforsuite V10.0.2.3替换springboot内置tomcat

parent d5d361ac
...@@ -77,19 +77,19 @@ ...@@ -77,19 +77,19 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<!-- 中创中间件inforsuite ,排除tomcat--> <!-- 中创中间件inforsuite ,排除tomcat-->
<!--<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion> </exclusion>
</exclusions>--> </exclusions>
</dependency> </dependency>
<!-- 中创中间件inforsuite--> <!-- 中创中间件inforsuite-->
<!-- <dependency> <dependency>
<groupId>com.cvicse.embedded</groupId> <groupId>com.cvicse.embedded</groupId>
<artifactId>spring-boot-starter-inforsuite</artifactId> <artifactId>spring-boot-starter-inforsuite</artifactId>
<version>10.0.2.5</version> <version>10.0.2.5</version>
</dependency>--> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId> <artifactId>spring-boot-starter-freemarker</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment