mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:权限模块新增分配详情功能
This commit is contained in:
@@ -9,6 +9,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
||||
* @date 2020-09-24
|
||||
*/
|
||||
@EnableConfigurationProperties({IdGeneratorProperties.class})
|
||||
public class IdGeneratorAutoConfigure {
|
||||
public class IdGeneratorAutoConfig {
|
||||
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
com.orange.demo.common.sequence.config.IdGeneratorAutoConfigure
|
||||
com.orange.demo.common.sequence.config.IdGeneratorAutoConfig
|
||||
Reference in New Issue
Block a user