Nineya
Home
Blog
软著申请
SpringBoot mvn -Pnative spring-boot:build-image error
2025-01-07 16:52:01
2064
[creator] Warning: The USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM environment variable is deprecated and might be ...
SpringBoot build-image pull jre or unable to get dependency syft net/http: timeout awaiting response headers
2025-01-07 16:51:59
3928
Paketo Buildpack for Syft 1.32.1[INFO] [creator] https://github.com/paketo-buildpacks/syft[INFO] [creator]...
SpringBoot Database connectivity issue
2025-01-07 16:51:48
714
Many times auto-configurations in spring boot are not working.Espacially with database. Even after adding dependencies m...
SpringBoot Use project.getLayout().getBuildDirectory() instead of project.getBuildDir()
2025-01-07 16:51:44
453
Project.getBuildDir() is deprecated since Gradle 8.3, It will cause Task :spring-boot-project:spring-boot-tools:spring-b...
SpringBoot Vulnerability reported with pkg:maven/org.springframework.boot/spring-boot-starter@3.1.2
2025-01-07 16:51:41
793
Our project has dependency on pkg:maven/org.springframework.boot/spring-boot-starter@3.1.2 .When we upload our build art...
SpringBoot @Data not working with Spring Boot 3
2025-01-07 16:51:39
884
I upgraded my spring boot project from 2.3 to 3.1 , I do not get any red markers in my code,but when I try to build the ...
SpringBoot In 3.0.x and later, Spring Security cannot be used to secure a WebSocket upgrade request when using Jetty
2025-01-07 16:51:27
9053
Hi,I'm currently migrating an application to Spring Boot 3.x. This application declare a rest controller and a websocket...
SpringBoot Include Spring Modulith in Spring Boot Documentation
2025-01-07 16:51:24
300
When reviewing the 3.2.0-M2 Release Documentation and stumbling into the Structuring your code, I figured it would be go...
SpringBoot Update HttpWebServiceMessageSenderBuilderOkHttp3IntegrationTests after deprecation of OkHttp3 support
2025-01-07 16:51:19
190
Jetty's now preferred so HttpWebServiceMessageSenderBuilderOkHttp3IntegrationTests now check that Jetty's used when the ...
SpringBoot about jedis4.x
2025-01-07 16:51:13
1247
My current Spring Boot version is 2.7.15, and it should include jedis version 3.8.0 by default. However, I intend to use...
SpringBoot Make a JdbcClient bean when using @JdbcTest, @DataJpaTest or @SpringBootTest
2025-01-07 16:51:11
1190
When I use @JdbcTest, or @DataJpaTest or @SpringBootTest in a test,a JdbcTemplate bean and a NamedParameterJdbcTemplate ...
SpringBoot Polish javadoc
2025-01-07 16:51:08
504
Hello, this PR fixes some grammar issues in Javadocs and improves code bases. Additionally, resolves a potential null po...
SpringBoot Problem with the Getting Started documentation
2025-01-07 16:51:04
10049
The Getting Started documentation makes readers use the "default package", but as it's said on Developing with Spring Bo...
SpringBoot Enhancement - Autoconfigure to allow access of static file resources
2025-01-07 16:50:58
2876
Spring Boot: v3.1.4Hi all, I have a spring boot based mvc web application running. When i try to access a demo.css fi...
SpringBoot Add Javadoc since for AbstractRabbitListenerContainerFactoryConfigurer.setTaskExecutor()
2025-01-07 16:50:55
160
This PR adds a Javadoc @since tag for the AbstractRabbitListenerContainerFactoryConfigurer.setTaskExecutor().See gh-3638...
SpringBoot Bump gradle/gradle-build-action from 2.7.1 to 2.8.0
2025-01-07 16:50:51
3855
Bumps gradle/gradle-build-action from 2.7.1 to 2.8.0.Release notesSourced from gradle/gradle-build-action's releases.v2....
SpringBoot Hibernate 6.0 : Spring Boot 3.0 : Column 'id' not found.| Handled Unable to find column position by name: id; SQL [n/a] Exception org.springframework.dao.InvalidDataAccessResourceUsageException: Unable to find column position by name: id; SQL [n/a]
2025-01-07 16:50:47
26463
select w.* from table1 w, table2 p where w.col1 = p.col1 and w.col2 = p.col2 and w.col3 = p.col3Hibernate: select * from...
SpringBoot Spring Boot 2.7.X EOL dates
2025-01-07 16:50:44
594
Apologies if this not the correct place to post this question. Can somebody please clarify when Spring Boot 2.7.x (16) ...
SpringBoot BeanCopier Error reporting
2025-01-07 16:50:42
13444
https://github.com/spring-projects/spring-framework/issues/28530 This issue has been marked as resolved in spring-framew...
SpringBoot getWriter() has already been called for this response
2025-01-07 16:50:39
1512
Why can I only use response.getOutputStream() in a project, when I use response.getWriter(), it always throws exception,...
上一页
下一页
1
…
1781
1782
1783
1784
1785
…
2246
.