💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
Spring Boot开发者工具不仅限于本地开发使用。 远程运行应用程序时,您还可以使用多个功能。 远程支持可选的。 要启用它,您需要确保`devtools`包含在重新打包的存档中,如下面的清单所示: ~~~xml <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <excludeDevtools>false</excludeDevtools> </configuration> </plugin> </plugins> </build> ~~~ 然后设置属性`spring.devtools.remote.secret`如下: ~~~ spring.devtools.remote.secret=mysecret ~~~ >远程开启`spring-boot-devtools`是由风险的,生成上不要使用 > 远程devtools 的使用需要两部分:一部分是服务端接收连接,一部分是客户端运行在你的ide中.服务端设置了`spring.devtools.remote.secret`