spring tag

102 questions


1 answers
60 views
0
I want to automatically stop Spring that has been idle for a certain period of time.

Recently, when I thought that my PC was running low on memory, I noticed that several Rails apps left Spring running (checked on the Mac Activity Monitor).spring stop stops the process and frees up me...


2 answers
91 views
0
I would like to serialize json data to LocalTime using kotlin and Jackson, but I cannot implement it.

I'm a beginner at programming.As the title says, I serialized data such as LocalTime using kotlin and Jackson.I can't implement it properly.Please reply.Write Code JacksonPractice.kt@RestController@Re...


1 answers
91 views
0
@ How to use Qualifier

Using the Java Spring Framework, Creating web applications However, I want to register more than one Bean, but it doesn't work.·ObjectiveWant to handle more than one Bean ·Error messageConsumer markin...

2 years ago

1 answers
102 views
0
I want to use Thymeleaf in JavaScript code

I would like to use Thymeleaf in the JavaScript code in HTML.The source code is as follows:More specifically, ${i} is specified in Thymeleaf, so I would like to refer to the contents of the i variable...

2 years ago

1 answers
79 views
0
Understanding SpringMVC Classpath on Eclipse

Thank you for your help.Currently developing the SpringMMVC web application on Eclipse 4.6, I specified the application.propatiys bean on the servlet-context.xml file to specify the property file, but...

2 years ago

1 answers
120 views
0
Input value in modal screen is garbled (character garbled by TOMCAT)

I created a modal screen with input in AngularJS.The input tag is garbled when the server receives the input value.In this case, where should I specify the character set?(Also, the script for the moda...


1 answers
123 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...


1 answers
90 views
0
Passing the string string in server-client communication in the Rest API

I would like to pass String type strings in a different way than query parameters for server-client communication in Rest API.The sources we tried are as follows:Client Side HttpHeaders heads = new Ht...

2 years ago

1 answers
110 views
0
Information About Implementing Spring Custom Annotations

Spring Custom Annotation Story - Qiita I saw the above website.I understand that Constraint Annotation has a fixed model (message(), groups(), and payload(), but is it possible to add a condition for ...

2 years ago

1 answers
72 views
0
"Context Startup Failed Due to Previous Error" Error on Tomcat Startup

I'd like to connect MySQL (ver: 8.0.11) to Spring for DB processing, but when I start Tomcat, the console displays the following error: Context startup failed due to an earlier error.Warning: Exceptio...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.