Using jsp or in-line html?

|
2022-06-27 13:51:34
The issue u facing
2022-06-27 13:51:44
OK bro
2022-06-27 13:52:44
springbootmicroservices-64981.jpg

2022-06-27 13:53:27
While I am opening properties file it’s showing this error
smartcoder69 2022-06-27 13:55:06
2022-06-27 13:52:44

copy paste the error and google it u will find the answers screenshots wont help .please paste error logs

2022-06-27 13:55:48
smartcoder69 2022-06-27 13:55:06
copy paste the error and google it u will find the answers screenshots wont help .please paste error logs

I did not find any solution anywhere

smartcoder69 2022-06-27 13:56:40
copy paste the error
2022-06-27 13:56:56
U install sts if eclipse irritating u
2022-06-27 13:57:39
And start ur work ,sts is very easy
2022-06-27 13:58:25
Yes bro
But industry prefers eclipse
2022-06-27 13:59:36
Every where sts is being used for spring boot, later we will see eclipse issue
Bolt 2022-06-27 14:12:56
Need help in running a microservice for login Authorization
Neslihan 2022-06-27 14:23:55
Hello guys I am tryting to return html on my spring controller
Neslihan 2022-06-27 14:23:56
But ıt returns with string on my localhost, how can I solve it?
Neslihan 2022-06-27 14:23:57
springbootmicroservices-64993.jpg
Instead of Html file 😄
v_lan1337 2022-06-27 14:29:37
pragya0508 2022-06-27 08:51:33
Getting this error please help 🥺

check if your table has been marked as an entity with @Entity & mapped with a table name with @Table annotations.

v_lan1337 2022-06-27 14:31:40
Neslihan 2022-06-27 14:23:55
Hello guys I am tryting to return html on my spring controller

using jsp or in-line html?

Neslihan 2022-06-27 14:32:57
v_lan1337 2022-06-27 14:29:37
check if your table has been marked as an entity with @Entity & mapped with a table name with @Table annotations.

It s

Moises Henriques 2022-06-27 14:35:53
When we annotate the fucntion with @bean annotations

Anyone explain clearly

2022-06-27 14:41:06
Moises Henriques 2022-06-27 14:35:53
When we annotate the fucntion with @bean annotations

Anyone explain clearly

@bean is used when u want 2 create object by self with new keyword ,this is method level annotation. Method return object and IOC will manage its life cycle

Neslihan 2022-06-27 15:00:01
springbootmicroservices-65010.jpg

Neslihan 2022-06-27 15:00:06
It gives me this error
Aj¥@….&🖤 2022-06-27 15:07:10
ok jii f
Aj¥@….&🖤 2022-06-27 15:07:11
springbootmicroservices-65015.jpg
Translated with Google Lens. Try it yourself!
https://g.co/lenstranslate
sukrit_98 2022-06-27 15:21:47
Neslihan 2022-06-27 14:23:57
Instead of Html file 😄

I think you have just annotated your rest controller’s method with just @PostMapping so by default it’s returning it as JSON. You’ll have to set produces attribute value

Neslihan 2022-06-27 15:22:29
sukrit_98 2022-06-27 15:21:47
I think you have just annotated your rest controller’s method with just @PostMapping so by default it’s returning it as JSON. You’ll have to set produces attribute value

I just solved with that changed UTF-8 to ISO-8859-1🤯

Neslihan 2022-06-27 15:22:41
Thank you all.
sukrit_98 2022-06-27 15:22:57
Okay
i aspirant 2022-06-27 15:26:15
members, I am confused between choosing java and .net

can someone guide please

Moises Henriques 2022-06-27 15:29:21
Why we need commandline runner in spring boot
|