Can any body help me out on this?

|
Farrux28 2022-07-27 03:59:38
Hi Rodolfo!
msd 2022-07-27 06:48:19
Anyone can please help, I m facing issue with Spring cloud API gateway
mittalyash394 2022-07-27 07:49:54
Dm, I can help you in this
Akkisharma03 2022-07-27 10:07:08
Anybody known when we select month on calender then we generate a pdf file of that particular month ..
Spring MVC ??
Akkisharma03 2022-07-27 10:07:59
Please help if anybody know
Akkisharma03 2022-07-27 10:11:20
springbootmicroservices-70018.jpg

Akkisharma03 2022-07-27 10:11:53
Like that ..anybody can do this…it’s very urgent
somashekar_yadav 2022-07-27 11:30:13
Hello All,

I have requirement now that currently my project is working on java 8 ,now we need to upgrade to java11 .

Can any body help me out on this ? Or provide documentation ?

Saravana Pandiyan 2022-07-27 11:51:44
somashekar_yadav 2022-07-27 11:30:13
Hello All,

I have requirement now that currently my project is working on java 8 ,now we need to upgrade to java11 .

Can any body help me out on this ? Or provide documentation ?

We did a similar thing for our project. But I wasn’t part of it, but I know the items to be considered.
1. In general Java will give backward compatibility, so no need to worry there.
2. But definitely your project will have other dependencies like ORM, spring or any other third party tools, so make sure those versions will support Java11.
3. Ask your lead or architect what are all the features of Java11 that you have to use, so make those changes.
4. As a final step make sure build and deployment is happening successfully.

Vishal Saxena 2022-07-27 13:33:11
Can someone help me on this small issue
Please check the
Vishal Saxena 2022-07-27 13:33:36
springbootmicroservices-70041.jpg

Vishal Saxena 2022-07-27 13:34:31
https://stackoverflow.com/questions/73123166/spring-boot-web-mvc-not-getting-the-value-instead-getting-package-name-as-an-o

Spring Boot WEB MVC : Not getting the value instead getting package name as an outputStack Overflow
The output which I am getting HELLO USER DATAcom.example.demo.model.Employee@209e65b
and the output which I need HELLO USER DATA Employee(empId=99,empName=AA,empSal=200.0
Please check the image for
Vishal Saxena 2022-07-27 13:34:51
Can someone provide a solution this issue
Vishal Saxena 2022-07-27 13:35:57
springbootmicroservices-70046.jpg
I am getting this output
Vishal Saxena 2022-07-27 13:36:19
springbootmicroservices-70047.jpg
instead I want this as an output
Vishal Saxena 2022-07-27 13:36:29
springbootmicroservices-70048.jpg

Vishal Saxena 2022-07-27 13:37:23
springbootmicroservices-70049.jpg

Vishal Saxena 2022-07-27 13:38:00
springbootmicroservices-70050.jpg
Controller class
Vishal Saxena 2022-07-27 13:38:44
springbootmicroservices-70051.jpg
data.html file code
Vishal Saxena 2022-07-27 13:39:19
springbootmicroservices-70052.jpg
register.html file code
Vishal Saxena 2022-07-27 13:40:19
I am getting the package and class name as an output instead of the output data which needs to be fetched from the model class and need to be displayed
Vishal Saxena 2022-07-27 13:41:41
Vishal Saxena 2022-07-27 13:35:57
I am getting this output

Getting this as an output

Vishal Saxena 2022-07-27 13:41:57
Vishal Saxena 2022-07-27 13:36:19
instead I want this as an output

And the output which i want

Vishal Saxena 2022-07-27 13:43:20
In this project i have added lombok , spring web services ,thymeleaf dependency
Vishal Saxena 2022-07-27 13:43:42
Your help is highly appreciated
jatinderaujla 2022-07-27 14:07:01
Anyone know the jar file required to create spring boot application
jatinderaujla 2022-07-27 14:07:39
I don’t have maven and don’t have access to internet so i have to manually setup the project
jatinderaujla 2022-07-27 14:07:57
I only have jar files
ArJuNdO 2022-07-27 14:11:05
Vishal Saxena 2022-07-27 13:37:23

Use @ToSting from lombok on u r dto/ vo class

ArJuNdO 2022-07-27 14:11:20
Learn lambok before giving it a try
|