Error : The number of beans implementing 'I18NProvider' is 0. Cannot use Spring beans for I18N, fall

but 24 changed

Multiple endpoints can be excluded by , as separation - but I would highly recommend to add /api in front

in all requestmapping add

@RequestMapping

(value = “/api/endPoint”)

and use vaadin.exclude-urls=/api/*

?

I personally would do that

This allows for easier security configuration with different types of authentication as well

i’ll try

this way !
image.png
image.png

Just to make sure to use * vs ** depending on your needs (single vs multiple sub paths afterwards) if you have a more complex rest service

i`m creating a springboot applucation with back and front togheter

one monolit

it does not work !

One * or two?

image.png

there is my problen

problem*

it should return a json with my dto

This question still stands