-
Notifications
You must be signed in to change notification settings - Fork 6
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.
- Quick start
- weixin-java-mp support
- Autowiring WxMpConfigStorage
- API support
- Inbound messaging
- Identity & Access
- JS SDK support
- Testing
- Release notes