mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-03-14 01:27:25 +08:00
✨ 优化 oss bean 构造,可以减少 bean 冲突。
This commit is contained in:
parent
b94d9f61d2
commit
3764a82548
@ -15,7 +15,6 @@
|
||||
*/
|
||||
package org.springblade.core.oss.config;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import org.springblade.core.oss.props.OssProperties;
|
||||
import org.springblade.core.oss.rule.BladeOssRule;
|
||||
import org.springblade.core.oss.rule.OssRule;
|
||||
@ -30,7 +29,6 @@ import org.springframework.context.annotation.Bean;
|
||||
* @author Chill
|
||||
*/
|
||||
@AutoConfiguration
|
||||
@AllArgsConstructor
|
||||
@EnableConfigurationProperties(OssProperties.class)
|
||||
public class OssConfiguration {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user