spring-boot tag

64 questions


1 answers
161 views
0
I want to make sure that the Spring Boot WebFlux jUnit test passes through onErrorResume()

Thank you for your continuous support.I would like to confirm that the Spring Boot WebFlux jUnit test passes through onErrorResume().When Exception occurs, the jUnit test stops and the path cannot be ...

2 years ago

1 answers
71 views
0
Unable to test GET POST display interaction

I'm a beginner in Java.I set get post to the controller, but the console does not display the results.How do I display the ID and PASSWORD entered in the form on the console?@RequestMapping(value=/pro...

2 years ago

1 answers
131 views
0
Creating a spring security login page results in a default page

I am currently creating a login page with springboot, gradle, and spring security.I would like to display html loginForm.html on thymeleaf.Whatever you enter in the URL on the local host is skipped to...


2 answers
115 views
0
@ UserService injected in Autowired becomes null

What do you want to dot I asked the same question on teratail.Please understand.https://teratail.com/questions/319227I am currently using Spring Boot to create a reservation site.What I want to do now...

2 years ago

1 answers
84 views
0
Please tell me how to create a SpringBoot project that works with Tomcat 8.5.

I would like to create an application that works with a specific Tomcat in Spring Boot starter.I installed Eclipse and created a new project with SpringBootStarter, but by default Eclipse 9.0 is embed...

2 years ago

1 answers
87 views
0
Running spring-boot with maven using Jenkins

Hi, everyone.Currently, we are doing this and that to build a distribution environment using Jenkins.I am working in a Jenkins(latest) v1.651.1 environment, and the repository requires Bitbucket.Of co...

2 years ago

1 answers
91 views
0
Spring boot, localhost connection error question.

Hi, everyone.I'm going to make a web application with Spring Boot.I'm a beginner, so I'm going to print out the hello world firstI'm having a hard time

2 years ago

2 answers
67 views
0
[Spring + Bootstrap] No mapping found for HTTP request with URI error while using webjars.

Hello, everyone I'm practicing making a website with bootstrap and springWe need the help of masters in the face of errors.I received the webjars library by maven.And I made you refer to the library f...


1 answers
53 views
0
An unprovoked shutdown occurs during Spring boot executable jar execution.

Hello.Currently, about 5 web projects written in spring boot on Linux have been distributed in the form of executable jar and are registered and running in service.Occasionally, some projects are expe...

2 years ago

1 answers
86 views
0
Spring boot. Let me ask you again User Class

User.javapackage com.example.study.model.entity;//import com.example.study.model.enumclass.UserStatus;import lombok.*;import lombok.experimental.Accessors;import org.springframework.data.annotation.Cr...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.