Posts by Anderson Dourado Cunha • 36 points
3 posts
- 
		0 votes1 answer180 viewsA: Query with multiple Ids and date with JPA and Spring via RestapiTo pass several ids Simply add to query stop that attribute several times ! // Exemplo passando um queryParam com vários ids… 
- 
		1 votes1 answer2884 viewsA: How to do Spring Boot unit test insert data into Database?I used @Springboottest instead of @Datajpatest and it worked ! Maybe that’s the problem. 
- 
		1 votes4 answers1604 viewsA: Access javascript variable in template loopI solved with the help of another post !! For any Model in your project, for example @model IEnumerable<ProjetoNamespace.Models.SeuModelo> To access such a list one must use : <script>…