|
@@ -33,7 +33,7 @@ import org.springframework.context.annotation.Bean;
|
|
|
* @author 858695266
|
|
* @author 858695266
|
|
|
*/
|
|
*/
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
-@EnableConfigurationProperties({ OssProperties.class })
|
|
|
|
|
|
|
+@EnableConfigurationProperties({ OssProperties.class, OssProperties2.class })
|
|
|
public class OssAutoConfiguration {
|
|
public class OssAutoConfiguration {
|
|
|
|
|
|
|
|
private final OssProperties properties;
|
|
private final OssProperties properties;
|