64 questions
I am studying Spring Boot and Android. I've played front-end on Android twice, but it's my first time playing back-end. Currently, only the bulletin board creation/modification/deletion function has b...
Database Configuration.java Class package board.configuration;import javax.sql.DataSource;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework.context....
Error messageTesting started at 8:03 AM ...Task :cleanTest UP-TO-DATETask :compileJava UP-TO-DATETask :processResources UP-TO-DATETask :classes UP-TO-DATETask :compileTestJava FAILED/home/nakazaki/Ide...
EntityTo establish a relationship inside, we mapped it using the @AnyToOne annotation. For example:@Entitypublic class Book { @Id @GeneratedValue private long id; @Column private String name; @ManyToO...
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'm tired of looking for it, so I upload it.This is Spring (Boot) Rest Client and calls the URL to get json data.Get the value as String If you put the value in Dto, it's empty.I succeeded by creating...
build.gradleplugins { id 'org.springframework.boot' version '2.1.6.RELEASE' id 'java'}apply plugin: 'io.spring.dependency-management'group = 'com.example'version = '0.0.1-SNAPSHOT'sourceCompatibility ...
There are other tables, Member and Vote. It's registered in DB, but it's registered as shown in the log below, and when I looked up what the problem was, I found out that there was a null in the contr...
I'm using the spring boot gradient base. I have a question. After I bring the path containing the image file from the database, I change the image file to byte and return it, but can you tell me how i...
You have already saved the file from Android to Server as MultipartHttpServletRequest. I would like to send the image and string from Server to Android again.response: [ { boardIdx: 29, title: Titl...
« | - 6 - | » |
922 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
576 Who developed the "avformat-59.dll" that comes with FFmpeg?
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
623 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.