|
@@ -20,7 +20,7 @@ import org.springframework.web.socket.config.annotation.EnableWebSocket;
|
|
|
@EnableDiscoveryClient
|
|
|
public class FusionApplication implements CommandLineRunner {
|
|
|
|
|
|
- @Value("${upload.type}")
|
|
|
+ @Value("${fyun.type}")
|
|
|
private String uploadType;
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(FusionApplication.class, args);
|