enable security - Hippoom/wechat-mp-starter GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️