Skip to content

enable security

Hippoom edited this page Jul 4, 2017 · 1 revision

The security support of the starter relies heavily on spring-security. You need to include

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-security</artifactId>
    </dependency>
    compile("org.springframework.boot:spring-boot-starter-security")

to enable the security part.

Clone this wiki locally