File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
orkes-spring/src/main/java/io/orkes/conductor/client/spring Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
*/
13
13
package io .orkes .conductor .client .spring ;
14
14
15
+ import java .net .InetSocketAddress ;
16
+ import java .net .Proxy ;
17
+ import java .net .URI ;
18
+
15
19
import org .apache .commons .lang3 .StringUtils ;
16
20
import org .springframework .boot .autoconfigure .AutoConfiguration ;
17
21
import org .springframework .boot .autoconfigure .condition .ConditionalOnBean ;
20
24
import org .springframework .context .annotation .Bean ;
21
25
import org .springframework .context .annotation .Import ;
22
26
import org .springframework .context .annotation .Primary ;
27
+ import org .springframework .core .env .Environment ;
23
28
24
29
import com .netflix .conductor .client .spring .ClientProperties ;
25
30
34
39
import io .orkes .conductor .client .http .OrkesWorkflowClient ;
35
40
36
41
import lombok .extern .slf4j .Slf4j ;
37
- import org .springframework .core .env .Environment ;
38
-
39
- import java .net .InetSocketAddress ;
40
- import java .net .Proxy ;
41
- import java .net .URI ;
42
42
43
43
@ AutoConfiguration
44
44
@ Slf4j
You can’t perform that action at this time.
0 commit comments