Questions tagged as 'spring-boot'

1
answer

Persisting JSON Creating List Objects

Good afternoon guys, I'm having a question, I'm trying to persist a JSON via the API: { ... "Analise": [{ "nProcAnalitic": "SR-000446/2015", ... }] ... } And the service answers 200: ... "Anal...
asked by 13.11.2016 / 19:35
0
answers

Spring Boot [Maven (Multi-Modules)] Managing the application.properties

Well I'm having a little problem I have a project where I'm using a project with Maven, Spring Boot. And inside maven I am dividing the modules [multi-modules] as eg Persistence and Web The Web module is dependent on the Persistence...
asked by 30.05.2016 / 00:55
0
answers

How to use JSF and Spring Boot Starter JDBC in the same project?

I saw a video on the Spring Boot Starter JDBC and would like to use it in a web application with JSF. Does anyone know if it is possible and how to do the configuration?     
asked by 04.03.2015 / 11:43
1
answer

Hibernate does not recognize column in database

I made a request in postman and gave the second problem: { "timestamp": "2018-07-27T04:58:28.407+0000", "status": 500, "error": "Internal Server Error", "message": "could not extract ResultSet; SQL [n/a]; nested exception is org.hibern...
asked by 27.07.2018 / 07:45
2
answers

Unparseable date: "2017-10-30T02: 00: 00.000Z"

I'm setting up a record where I pass a date and, upon saving, is showing this error java.text.ParseException: Unparseable date: "2017-10-30T02:00:00.000Z" at java.text.DateFormat.parse(Unknown Source) ~[na:1.8.0_144] at controller.saud...
asked by 29.11.2017 / 20:02
2
answers

Returning NULL in Spring Boot

My page looks like this; <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <body> <h1>Olá! Thymeleaf configurado!</h1> </body> <form method="POST"&...
asked by 21.11.2016 / 17:44
1
answer

Error starting spring boot

The console displays the following error message:    Exception in thread "main" java.lang.NoClassDefFoundError: org / springframework / boot / SpringApplication       at com.example.demo.AppApplication.main (ManageAppApplication.java:10)   Ca...
asked by 15.09.2018 / 23:07
1
answer

Doubts the database relationship of an application using spring boot

I am developing an application that aims to register a supplier, in which this supplier is generic (it can be a snack shop, building material store, a pharmacy ... etc) in which it will provide products on the web platform. However, for the fina...
asked by 05.06.2018 / 17:15
1
answer

Receiving a LocalDateTime from an html form

Problem: I'm trying to get a LocalDateTime of this input within a @Controller using a <form> that uses Thymeleaf. <input class="form-control" id="dueDate" type="datetime-local" th:field="*{dueDate}"/> But it alw...
asked by 25.05.2018 / 02:56
2
answers

Doubt about consuming backend with Spring [closed]

Good morning, I want to start a Spring project with ionic, my goal is to publish the ionic app in the Google store and consume the backend with Springboot, I know you have to consume this backend by Heroku. But I would like to know if uplo...
asked by 14.05.2018 / 14:48