Sanjay Patel

Results 11 comments of Sanjay Patel

Hello Dileep Ji, I haven't tried OAuth2 token based authentication, but maybe some courses like this one would help -> http://www.baeldung.com/rest-with-spring-course

👍 Good point. But in production apps, mostly some migration tool like Flyway would be used anyway. So, I feel like this issue isn't a high priority.

What I meant was, when you use Flyway like libraries (recommended approach) instead of depending on hibernate to generate the DDL, the JPA annotations of the `id` field are ignored...

Thanks for elaborating. But `public class User extends AbstractUser` is your code (refer to [getting started](https://github.com/naturalprogrammer/spring-lemon/wiki/Getting-Started-With-Spring-Lemon) guide), which means you could replace the `Integer` with anything. But I do agree...

BTW, if it helps: it's possible to override the generation type by supplying a `META-INF/orm.xml` in `resources`, looking as below: ``` ```

Thanks! I'm not very much into docker thingy, but I can merge it if you're sure about it. Actually, I had in mind the [Embedded MongoDB](https://www.baeldung.com/spring-boot-embedded-mongodb). If that works, that...

Thanks! Not sure how that works, should be given a closer look.

Thanks :) looks like implementing a `ReactiveBeforeConvertCallback` would work with MongoDB. Until it comes to Spring Lemon, one can very well implement it in his/her project. When it comes to...

Can be taken up after #27 is complete. Can then refer to the Jacoco report and prioritize the code to unit test.

Spring Gateway is a reactive microservce I believe. Other spring-lemon modules have examples of using spring-lemon exceptions in both reactive and non-reactive environments. Looking how it's used in those might...