spring tag

102 questions


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


1 answers
128 views
0
When using AJPProxy and setting the context path to /, relative paths such as css/js are not read well

The environment is java8Tomcat8SpringMVCThat's it.When creating a web application, the VIEW style sheet and JavaScript's relative path are offset.Set the context path to / and http://Domain/I would ...

2 years ago

1 answers
134 views
0
I want to resolve build failures in Maven while using Spring.

Spring Framework checks for successful environmental deployment.When I tried to run Maven by creating a project and package called shop, I received the following error message:Build Path ProblemUS>Arc...

2 years ago

1 answers
71 views
0
Expand SpringBoot Cache and add business logic.

We are considering implementing SpringBoot Cache.The cache provider becomes Redis.@ Cacheable caches the results of the method with key:value.As a business requirement, it is not only necessary to cac...


1 answers
57 views
0
About SpringMVC Screen Transitions

(java)We are developing Java Web software using SpringSTS on Eclipse 4.6.When I transition from the first login screen to the next menu, jsp will run The corresponding controller class GET method will...

2 years ago

1 answers
74 views
0
Questions about how to access multiple IDs for Spring Data JPA

We are developing a web system using SpringBoot.I know how to retrieve data from JPA findById (ID id) in general, but I would like to set Entity with multiple @IDs to retrieve data with multiple IDs.I...

2 years ago

1 answers
51 views
0
Injection on Spring Boot

We are working to make the source you created with Spring Boot work.If you have a source similar to the one below, Spring will send the application-config.xml to <beans> <bean id=testService ...

2 years ago

1 answers
115 views
0
About Starting the Spring boot Application

I would like to launch the application (jar) created by spring boot from another project class.I checked the method, but I don't know.Please let me know the keywords and sites that you can refer to.I ...

2 years ago

1 answers
117 views
0
Unable to manage declarative transactions for spring framework

Annotated using Spring Framework and MyBatisAttempting to perform declarative transaction management does not roll back.I think there is something wrong with the setting, but I can't consider what's w...

2 years ago

1 answers
91 views
0
Action becomes NULL with Spring MVC Tiles

We use Spring MVC+Tiles to develop web apps.The action of the form tag was set to NULL when I set the following settings.I checked the compiled JSP file and found that the Action name was set correctl...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.