我有一些Spring Boot 2.1應(yīng)用程序,它們都托管在Tomcat 8.5上,我們通常使用以下POM.xml結(jié)構(gòu):<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId></dependency><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope></dependency><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency>我們面臨的問題是關(guān)于大小,我們意識(shí)到彈簧啟動(dòng)需要大量的MB,而我們有另一個(gè)僅使用的應(yīng)用程序:并且大小從50MB跳到10MB。spring-boot-starter-webspring-boot-starter-tomcat假設(shè)我們只使用Tomcat,除了我們使用的開發(fā),如果我刪除會(huì)發(fā)生什么?我是否可以擁有一個(gè)僅具有但在開發(fā)過程中仍能使用的應(yīng)用程序?mvn spring-boot runspring-boot-starterspring-boot-starter-webspring-boot-starter-tomcatmvn spring-boot run
添加回答
舉報(bào)
0/150
提交
取消