Posts by Luis Antonio • 91 points
4 posts
-
0
votes4
answers4853
viewsA: What kind of return of a select Count(*) in Spring JPA?
Good practice of using a jpql and putting an alias @Query("select count(p) from Playlist") public Long getSizeOfPlaylist(); However strange the Crudrepository’s Count is not working as it is native…
-
2
votes2
answers3560
viewsA: How to fix the error: cannot deserialize from Object value (no delegate- or Property-based Creator) using Spring Boot?
The recommended to develop the application avoiding the maximum possible inheritance prioritizing the compositions due to good practices and etc, you should reflect the impact of this structure, if…
-
1
votes1
answer93
viewsA: Hello, I would like to know if it is reliable to use express-Session in production environment
It is not recommended for production as it may cause Leak memory when allocating, as it is default Node does not have a native Garbage Collector or something of the kind to manage the memory and…
-
3
votes1
answer47
viewsA: How to know if the code is Javascript or some derivation of it?
You should define the language by syntax, lints and file format, because what you will define is your application, and how it will be compiled. if it is in js, even with use of lints to correct…
javascriptanswered Luis Antonio 91