java110
2020-06-25 47b7ec2b0cbca0f217f634d2831aa30d72d85449
java110-config/src/main/java/com/java110/config/properties/OrderProperties.java
@@ -1,6 +1,7 @@
package com.java110.config.properties;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component;
/**
@@ -8,8 +9,9 @@
 * Created by wuxw on 2017/4/25.
 */
@ConfigurationProperties(prefix = "java110.order",locations="classpath:config/order.properties")
@ConfigurationProperties(prefix = "java110.order")
@Component("orderProperties")
@PropertySource("classpath:config/order.properties")
public class OrderProperties {
    private String deleteOrderAsyn;