# yd-ext-sso **Repository Path**: uanxon/yd-ext-sso ## Basic Information - **Project Name**: yd-ext-sso - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app-commonservice-ext-template 公共服务二开扩展模板工程。 @Since 7.4版本公共服务二开使用此工程 `com.authine.cloudpivot.common.extension.client`包下是产品扩展点的API,请勿修改任何定义 `com.authine.cloudpivot.common.extension.defaultextension`包下是产品扩展点API的实现,请勿修改任何定义,二开只需要在方法中编码二开代码 `com.authine.cloudpivot.common.extension.customized`包可以用来开发自定义的API,支持spring `@Controller, @RestController, @Service, @Component, @Configuration, @Scheduled`注解 支持`JdbcTemplate, RedisTemplate, RestTemplate`