240
收录了1890篇文章 ·2143个问题 · 0人关注
0

Upgrading Spring Boot from 1.3.7 to 1.4.0 causing

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Thisissomewhatcausedbythetomcat-embed-coreversion8.5.4thatcomeswiththespring-boot-starter-jersey.Itgeneratesanerrorshownbe......

0

Error creating bean with name 'entityManagerFa

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhaveproblemwhentryingtoaddJPAtomySpringBootprogram.EverythingisworkingfineuntilIaddedthebelowtomypom.xml(Ihaven't......

0

Spring Boot 2.0.0 M7 actuator metrics endpoint not

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: InmySpringBootApp(2.0.0.M7)application.propertiesIset management.endpoint.metrics.enabled=true However,whenihit localhost:8080......

0

How can I serve static html from spring boot?

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iranthespring-boot-sample-web-staticprojectfromhere,madethisalterationtothepom <dependency> <groupId>org.springframework.b......

0

Disconnect client session from Spring websocket st

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'vesearchedquiteabitandbeenunabletofindthis:Isthereawaythataspringwebsocketstompservercandisconnectaclientbasedon......

0

Spring boot running a fully executable JAR and spe

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: TheSpringBootMavenandGradlepluginscannowgeneratefullexecutablearchivesforLinux/Unixoperatingsystems.Runningafullyexecutabl......

0

Spring Data Elasticsearch @Document indexName defi

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Isitpossibletospecifydynamically(atruntime)theindexNameforeach@Document,forexample,viaaconfigurationfile?Orisitpossible......

0

access static content in secured Spring Boot appli

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhaveastandaloneSpringBootapplicationwithtemplatesin/src/main/resources/templatesandstaticcontentin/src/main/resources/static.......

0

Springboot :BeanDefinitionStoreException: Failed t

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iamtryingtoexecutemyspringbootapplicationbyrunningthejarcreatedwithmavenandgettingbelowexceptionwhichisnotgettingreso......

0

Using @RequestParam annotated method with swagger

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamusingSpringfoxlibrariestogeneratedocumentationforRESTserviceanddisplayitinSwaggerUI.IfollowedthedirectionsinSpringfo......

0

Spring batch scope issue while using spring boot

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mhavingStandalonespringbatchjob.ThisworksperfectlyfinewheninJUNIT @RunWith(SpringJUnit4ClassRunner.class) //@SpringApplication......

0

spring boot autoconfiguration with jdbc template a

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mnewtoSpringandtoJ2EEingeneral.I'mhavingtroubleusingJDBCtemplatewithSpringBootautoconfiguration. WhatIdidwasItookt......

0

How to set context-param in spring-boot

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Intheclassicweb.xmltypeconfigurationyoucouldconfigurecontextparameterslikeso web.xml ... <context-param> <param-name>p-name<......

0

Postgres connection has been closed error in Sprin

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamrunningaSpringBootapplicationtocreateRESTapis.OftenIgetanerrorsayingthatthedatabaseconnectionisclosed,andaftertha......

0

Spring Boot + Eureka Server + Hystrix with Turbine

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mtryingtorunSpringBoot(withSpringCloud)+EurekaServer+HystrixDashboardandTurbinestream,butIrunintoaproblemIcouldn't......

0

Prevent Application / CommandLineRunner classes fr

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IfinyourTestCaseclassthereisthisannotations: @SpringApplicationConfiguration(classes={Application.class}) thiswillcausetheAp......

0

Migrate existing spring app to spring-boot, manual

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihaveanexistingspring3.1.4applicationthatworksfineandbootsupokonitsown.Icurrentlystartthespringcontextmanuallyinama......

0

HikariCP - connection is not available

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: WehaveSpring-boot/Hibernate/PostgreSQLapplicationinourprojectanduseHikariastheconnectionpool. Wekeeprunningintothefollowing......

0

Spring Boot fails to run maven-surefire-plugin Cla

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Runningmaven(3.5.2)buildofaSpringBoot2.0.2.RELEASEapplicaton(generatedbywebinitialiserwithwebdependencies)failsexecutingth......

0

Spring Boot Test ignores logging.level

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Oneofmymavenmoduleignoresmylogginglevelswhenrunningtests. Insrc/test/resourcesIhaveapplication.properties: app.name=bbsng-im......