How can I do that using spring boot?

|
Debiprasad Dash 2022-08-26 13:29:50
Hlo guys
While I am creating maven web app I am not getting src/main/java folder inside java resources folder.
Anyone can help me?
Dush 2022-08-26 13:32:37
Can we restore selected checkboxes after refresh
Dush 2022-08-26 13:32:49
Using thymeleaf
Balu G 2022-08-26 16:30:50
Any one send basic form validation video in angular js
Balu G 2022-08-26 16:31:47
Send any video for reference
Sai Krishna 2022-08-26 17:15:33
springbootmicroservices-75294.jpg
Regarding Aws kms key rotation, could anyone help me?
Velmurugan 2022-08-26 18:18:40
Will check confirm
Anuj Kumar pal 2022-08-26 18:21:12
Please Velmurugan
Velmurugan 2022-08-26 18:25:45
Anuj Kumar pal 2022-08-26 18:21:12
Please Velmurugan

https://stackoverflow.com/questions/39589996/sending-message-to-multiple-contacts-at-once-via-whatsapp-android-studio

Sending message to multiple contacts at once, via whatsapp, android studioStack Overflow
I want to send message to multiple contacts at once , via whatsapp. I know that it is posible via whatsapp broadcast, but problem is I dont know how to realize it by code, in android studio. I sear…
thealekss 2022-08-26 18:41:51
Hi . I need to change this property transaction.state.log.replication.factor
thealekss 2022-08-26 18:41:58
I don’t know where I can do it
srilakshmoji 2022-08-26 18:51:10
Hi can anyone help me in fixing this issue

The is onetoone bidirectional relationship between two classes upon saving the parent child is getting saved but null value is persisted in parent reference column in child

srilakshmoji 2022-08-26 18:52:26
springbootmicroservices-75310.jpg
This is the parent class
srilakshmoji 2022-08-26 18:52:44
springbootmicroservices-75311.jpg
Child class
srilakshmoji 2022-08-26 18:53:03
If anyone knows the solution, let me know
ibtihadj9 2022-08-26 21:43:48
hello everybody nice to meet you
Moises Henriques 2022-08-26 21:47:46
You’re in a wrong group
Sakshi 2022-08-26 21:49:32
Can u pls tell me where we handle clone. Object in spring ??
Sakshi 2022-08-26 21:49:45
Sakshi 2022-08-26 21:49:32
Can u pls tell me where we handle clone. Object in spring ??

It’s urgent

rupeshraj8757 2022-08-26 21:56:08
Try to search on google .. here we are not suppose to provide the college or school projects … by the way you can easily find it in git hub
rupeshraj8757 2022-08-26 22:02:14
yes try to find.. these are common projects that are available on git hub
raja juluru 2022-08-26 22:13:58
srilakshmoji 2022-08-26 18:52:44
Child class

may be you have to use onetoone annotation on the top of joincolumn

mariano_martins 2022-08-27 00:01:32
Hello people, how are you? I have a question in Spring Boot.

I have a 1-to-many relationship between tables. I need to pass an array of JSON, but I can’t reference the fk so that the JSON stores the object in which your fk was referenced. How to make it work?

[
{
“category”: “Anime”,
“subcategory”: []
}
]

As you can see, it’s returning the subcategories field as an empty list.

medg87 2022-08-27 00:54:47
mariano_martins 2022-08-27 00:01:32
Hello people, how are you? I have a question in Spring Boot.

I have a 1-to-many relationship between tables. I need to pass an array of JSON, but I can’t reference the fk so that the JSON stores the object in which your fk was referenced. How to make it work?

[
{
“category”: “Anime”,
“subcategory”: []
}
]

As you can see, it’s returning the subcategories field as an empty list.

do you know why you can’t reference the fk?

HombreGeek 2022-08-27 01:06:07
Hello.. everyone
I want to consume a API Rest, and save that data on JSON File.. How can I do that using spring boot?
Thanks in advanced
Kailash Vasani 2022-08-27 01:23:45
Debiprasad Dash 2022-08-26 13:29:50
Hlo guys
While I am creating maven web app I am not getting src/main/java folder inside java resources folder.
Anyone can help me?

Create manually then.

Ravi 2022-08-27 04:49:24
HombreGeek 2022-08-27 01:06:07
Hello.. everyone
I want to consume a API Rest, and save that data on JSON File.. How can I do that using spring boot?
Thanks in advanced

@restcontroller and requestmapping, store response in json. Logic in service impl and contorller will call service class

Ravi 2022-08-27 04:56:19
springbootmicroservices-75364.jpg

Praveen 2022-08-27 08:09:02
Object is super class no need to cast
Lakshmi Priya 2022-08-27 08:09:15
ok
|