logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

springboot项目Pom文件爆红Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

问题:pom.xml文件里"spring-boot-maven-plugin" 报红;<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId

#spring boot
Vue项目在vue.config.js文件中使用env文件数据方法

Vue项目在vue.config.js文件中使用env文件数据方法在.env文件中添加一个属性如:VUE_APP_SERVER_PATH = 'http://localhost:9011'一定要VUE_APP开头,且值需要带单引号在vue.config.js文件中调用VUE_APP_SERVER_PATH属性let serverPath = process.env.VUE_APP_SERVER_P

Sentinel流控配置自定义blockHandler兜底方法异常情况解决方案

Sentinel流控配置自定义blockHandler兜底方法异常情况解决方案先来个正确示例:@GetMapping("/test")@SentinelResource(value = "test", blockHandlerClass = {ConsumerController.class}, blockHandler = "testBlockHandler")public String tes

#java#sentinel
springboot项目Pom文件爆红Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

问题:pom.xml文件里"spring-boot-maven-plugin" 报红;<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId

#spring boot
到底了