7 questions
Hello, I'm a spring beginner!I am using mybatis for STS.Is there any way to put the collection right away using an annotation?What I want to do is to transfer the following query from the mapper using...
Hello, everyoneI am working on inserting data into mysql using mybatis as a spring.I'm asking because I don't understand what error means in the console window when I run it.I searched on the Internet...
<select id=testSql parameterType=ParameterInfo resultType=ResultDataInfo> SELECT col1, col2, col3 FROM TEST_TABLE WHERE REG_DATE >= date_add(now(), INTERVAL -1 DAY) AND co1 = #{col1} LIMI...
HTTP Status 500 - Request processing failed; nested exception is java.lang.ClassCastException: org.apache.catalina.connector.RequestFacade cannot be cast to org.springframework.web.multipart.Multipart...
I would like to ask you a question about setting transaction boundaries in a spring mybatis-based environment. @Override @Transactional(readOnly = false, isolation = Isolation.REPEATABLE_READ, propaga...
What I want to make is a homepage that stores and prints the name and image in DB when I put it in the homepage.DB StatusKiller dto (You can think of it as a user)killer mapperInput formController I d...
I'm developing a shopping mall web. I'd like to add a page-nation function to the page that displays the latest products.Then condition in the mapper is I think we need to add 2 more. <select id=na...
© 2024 OneMinuteCode. All rights reserved.