Add config comment

2.1.0
shengzhaoli.shengz 2021-10-21 15:40:10 +08:00
parent 2a97042917
commit 9dc27e1475
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,9 @@ import org.springframework.security.oauth2.provider.token.store.JwtTokenStore;
* <p>
* JWT TokenStore config
*
* 使
* <pre>sos.token.store=jwt</pre>
*
* @author Shengzhao Li
* @since 2.1.0
*/

View File

@ -15,6 +15,8 @@ import javax.sql.DataSource;
* <p>
* <p>
* JDBC TokenStore config
* 使
* <pre>sos.token.store=jdbc</pre> ()
*
* @author Shengzhao Li
* @since 2.1.0