Posts by Joao Paulo Silva • 1 point
2 posts
- 
		-1 votes0 answers7 viewsQ: Lambda Schedule is running incorrectlyGood afternoon staff I have a lambda Schedule on my aws account that was supposed to run every weekday from 10 to 17 Monday to Friday rate: cron(0/30 10-17 ? * MON-FRI *) #executa A cada 30 minutos… 
- 
		0 votes0 answers631 viewsQ: Spring Data jpa save() method does not work, returning an object with nullidPersonal I have Rest Api developed with Spring, Hibernate and springboot, I am with a problem when making a post call to persist the data of a particular client, does not generate any error and also…