Nineya
Home
Blog
软著申请
SpringBoot Restarts are slow when using spring-boot-devtools and spring-boot-docker-compose
2025-01-07 07:53:25
2469
not sure if this is a bug but it's interesting. you can see it in (in)action here https://github.com/spring-tips/develop...
SpringBoot Upgrade to Ehcache3 3.9.10
2025-01-07 07:52:35
185
Comment From: wilkinsona3.9.11 appears to contain a regression that causes EhCache3CacheAutoConfigurationTests.ehcache3A...
SpringBoot Many spring.security.oauth2.authorizationserver properties do not have default values
2025-01-07 07:52:30
279
Comment From: sjohnr@wilkinsona I can take this one.Note that properties in spring.security.oauth2.authorizationserver.c...
SpringBoot @SpringBootTest with spock and spring boot 3.0.0 doesn't load application context correctly
2025-01-07 07:52:27
3968
Using spring boot 3.0.0 and the following spock dependencies: <dependency> <groupId>...
SpringBoot Reconsider whether spring-boot-starter-json should bring in spring-web
2025-01-07 07:52:25
5160
Would you consider revisiting the decision to have JSON starter depend on spring-web (original discussion in #10031)?Wit...
SpringBoot Remove try-catch or throws BeansException
2025-01-07 07:52:22
972
postProcessBeanFactory() already throws BeansException, it seems that you need to clear the try-catch or clear the throw...
SpringBoot Polish formatting of permitAll() endpoint security Kotlin example
2025-01-07 07:52:18
630
found there's different from typical.MySecurityConfiguration.ktI found there's different from typical.MySecurityConfigur...
SpringBoot springboot 2.2.5.RELEASE POST请求入参序列化的问题
2025-01-07 07:52:08
2135
jdk: jdk1.8springBoot:V2.2.5.RELEASE请求方式:POSTPOST接口:@PostMapping("") public String test(@RequestBody School a){ ...
SpringBoot Default for spring.flway.execute-in-transaction is not aligned with Flyway's default
2025-01-07 07:52:05
839
FlywayProperties has executeInTransaction default as false, changing the org.flywaydb.core.api.configuration.Configurati...
SpringBoot Improve Kotlin Testcontainers samples
2025-01-07 07:52:01
126
Make those code samples more idiomatic. See https://github.com/testcontainers/testcontainers-java/issues/318 for more co...
SpringBoot Remove unnecessary test for GraphQL Connection
2025-01-07 07:51:56
263
This commit removes an unnecessary test that checks for the paginationand Connection support in Spring for GraphQL.After...
SpringBoot Upgrade to Spring Framework 5.3.28
2025-01-07 07:51:53
199
Comment From: snicollSpring Framework is not releasing 5.3.x this month. Moving back to 2.7.x.Comment From: wilkinsonaLe...
SpringBoot ApplicationAvailability bean is auto-configured even if a custom one is already present
2025-01-07 07:51:51
2310
Spring boot actuator autoconfigures ApplicationAvailability bean which is used in AvailabilityProbesAutoConfiguration an...
SpringBoot It should be easier to set which profile is active when running gradle tasks
2025-01-07 07:51:48
3254
When I run: $ gradle bootRun -Pspring.profiles.active=devor$ gradle bootRun -Dspring.profiles.active=dev... my applicati...
SpringBoot developmentOnly dependencies are included in the AOT processing classpath
2025-01-07 07:51:45
5729
As discovered by @joshlong during a demo:18:25:01: Executing ':classes :testClasses :aotClasses :aotTestClasses'...> ...
SpringBoot layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies
2025-01-07 07:51:40
4868
I found some inconsistencies between maven plugin documentation and code, which one should I use?The contents of the doc...
SpringBoot OtlpAutoConfiguration should check for presence of anyio.opentelemetry.sdk.trace.export.SpanExporter instance for conditional bean creation
2025-01-07 07:51:37
2278
This OtlpAutoConfiguration is not full proof for scenarios where interface is used for @Bean creation. Its injectingOtlp...
SpringBoot Change default Freemarker template file extension to .ftlh to enable HTML escaping
2025-01-07 07:51:32
6487
HiWhen using the Spring Boot Freemarker Starter, content within the standard Freemarker interpolation blocks ${...} is n...
SpringBoot Added annotation descriptions as a caption
2025-01-07 07:51:25
1409
The original ReadMe does not have a caption associated with the sample program shown, hence it might not be as beginner-...
SpringBoot Polish
2025-01-07 07:51:22
311
This PR polishes a bit by simply applying the suggestions from https://github.com/spring-projects/spring-boot/commit/6ea...
上一页
下一页
1
…
1817
1818
1819
1820
1821
…
2246
.