Questions tagged as 'spring-boot'

1
answer

How to list users and their "Roles"

Hello! I need to list users' access level on my Users Lookup page. But I can not access Role data through User. The User entity has the Role attribute that is mapped with the ManyToMany annotation, like this: @ManyToMany(cascade = CascadeType....
asked by 12.09.2017 / 20:02
1
answer

Problem with Spring Security configuration

I'm having trouble with the following scenario: I have two projects, where one is the resource project and the other project is the authentication server, both projects were built with spring boot. The project with the application server i...
asked by 14.06.2017 / 14:47
1
answer

Deploy to heroku after reinstalling Ubuntu

Good afternoon! I needed to reinstall Ubuntu on my machine, and it was because of it that I was deploying to the heroku. But now that I've reinstalled everything I can no longer deploy. I cloned the git project and managed to push the remote...
asked by 11.07.2017 / 22:14
1
answer

SpringBoot Merge

I'm using Spring Full, with Thymeleaf and SpringBoot, but my question is about SpringData, after implementing the interface to make use of the methods Spring makes available in the repository, when I created the Service, I did not find a method...
asked by 15.06.2017 / 21:49
1
answer

What settings are required to make spring boot generate tables automatically? [closed]

I'm currently trying to set up my application with spring-boot to generate tables automatically but I still do not know how, can anyone help?     
asked by 14.05.2017 / 19:12
1
answer

Spring-Boot + Thymeleaf, load data in Bootstrap modal window

Good afternoon! I'm using spring-boot and thymeleaf to develop a java application, I'd like to know how I can load logs into the modal bootstrap window by clicking the link in the table that lists the logs. Example: In the user query screen,...
asked by 10.04.2017 / 22:19
1
answer

How to implement an authentication service in an SOA project

I'm developing a project using SOA where I have a web application made in Angular 2 and several micro services in Spring Boot, among the services there are the authentication and notification services that could be shared among other application...
asked by 28.03.2017 / 21:46
1
answer

ec2 aws does not respond to the installed application

I recently received a ec2 to upload an application from a client in it, the application was done in springboot and until then I had no difficulty installing postgres and application as service ( graças ao script ant ),...
asked by 13.03.2017 / 01:08
1
answer

JAVA - Google maps api recover distance of the line

I'm developing an app for android that uses google maps API, it's all right with the app the problem is in the webservice that handles the information gathered by the app, at some point I create a Polyline in the app and send the coordinates to...
asked by 08.04.2017 / 16:09
1
answer

How to configure Lo4j in a Spring Boot project

The purpose of configuring log4j is to see the selects logs that Hibernate does on the eclipse consoles. I have already set up Log4j in Spring MVC, but when I went to do the same procedure in Spring Boot did not work. I did as follows;...
asked by 10.02.2017 / 16:08