npedidos / rest-api

NPedidos es una aplicación que permite la gestión simple de pedidos de menús de comidas, por fechas.
MIT License
8 stars 16 forks source link

Error en el encoding al leer un valor del fichero properties #2

Open nmarulo opened 1 year ago

nmarulo commented 1 year ago

Al obtener del fichero application.properties el valor de la propiedad app.description, debido al encoding del fichero el texto no se muestra correctamente.

En la clase AppConfig se puede ver este problema en la propiedad appDescription image

chinmaym07 commented 1 year ago

Can I work on this @nmarulo .? I think i will get resolved by adding PropertySource annotation with encoding parameter in the AppConfig file.

nmarulo commented 1 year ago

Hello @chinmaym07, thank you for your help on issue #3. 😄 As this project is small, I don't have many tasks to delegate, even so, I am creating these issues to help those who are doing the event. If this week nobody shows up and you are still interested in this issue I will notify you.

chinmaym07 commented 1 year ago

Great to hear that @nmarulo . 💯 🥇 I was just trying my hands on this. No worries. I'll let it be available for somebody else to approach it. Although you gave me the chance to work on #3. Thankyou for that. 🙌🏻 😃

nmarulo commented 1 year ago

Thanks to you for your interest and help. 😄

nmarulo commented 1 year ago

Hi @chinmaym07, if you are still interested, you can make this issue. 👌

chinmaym07 commented 1 year ago

Done @nmarulo. Thankyou 🙌🏻 💯 . Please review.