spring-boot tag

64 questions


1 answers
373 views
0
You want to dynamically switch application.property using the environment variable SPRING_PROFILES_ACTIVE.

Prerequisites/What you want to achieveI would like to dynamically change the application.property for each environment in development using Spring Boot.Example)local environment:application-local.prop...

1 years ago

1 answers
307 views
0
SpringBoot Does Not Display JSP

I am trying to display a simple JSP on SpringBoot, but the screen is not displayed.A 404 error was displayed and I am doing various things, but it has not changed at all.Could someone give me some adv...

1 years ago

1 answers
95 views
0
How to Configure Class Paths from VM Arguments in Eclipse

I have a question about eclipse.properties file in external folderI'd like to load it.from the VM argument in eclipseJava Build Path > Library > Class Path Is there a way to set up an external f...


1 answers
84 views
0
The text does not reflect the new line code of the value sent from the SpringBoot Thymeleaf form and stored in the DB.

A string containing a new line entered from textarea is stored in a DB with a new line code and I would like to display it as th:text on another page with a new line.When I output CSV of values regist...

1 years ago

1 answers
126 views
0
In Spring Boot 2.0 (spring-session-core-2.0.2), how to replace the changed session-related class.

In spring-session-core-2.0.2, the following sources that existed in the previous version are Alternate sources that are missing but will replace these sources, Also, I don't know how to implement the ...

1 years ago

2 answers
84 views
0
SpringBoot+ Multi-Module Configuration Cannot Retrieve Messages from Property Files

In the SpringBoot project in a multi-module configuration Creating a login screen using SpringSecurity when UsernameNotFoundException occurs on the domain layer sideon the domain layer sideI'd like to...

1 years ago

1 answers
129 views
0
Error when I create war using Gradle in Spring Boot and boot on tomcat

I am trying to create a war with Gradle and deploy it on an existing Tomcat.I succeeded in creating war, but when I put it on the webapp and launch Tomcat, I get the following error:Critical [localhos...

1 years ago

1 answers
69 views
0
ZipException Occurs During Spring Starter Project Creation

[What I want to do] Create a new project for spring boot [Environment] Eclipse Neon.3 Release (4.6.3RC3)Plug-in: Spring Tool Suite (STS) for Eclipse 3.8.3 RELEASE, Gradle IDE Pack 3.8.x + 1.0.x [Proce...

1 years ago

1 answers
51 views
0
I want to replace {0} with a field name in Validation error on Spring Web

I am using the validation function of Spring Web.To include the field name in the error message, we implement it as follows:import javax.validation.constraints.NotEmpty;...abbreviated...US>MyForm{ /**...

1 years ago

1 answers
117 views
0
Want to know how to implement best practices for accessing split tables in Spring Data JPA

For example, a user table with user informationuser_0, user_1, user_2, user_3 (when userId is divided by 4, the remainder follows the table name) I would like to know how to implement without having t...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.