|
|
@@ -17,6 +17,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
17
|
17
|
public class OauthStart {
|
|
18
|
18
|
|
|
19
|
19
|
public static void main(String[] args) {
|
|
|
20
|
+ System.setProperty("jasypt.encryptor.password", "UNIS6itulv73I2p0Smart8JMXoaxZTKJ8GRP");
|
|
20
|
21
|
SpringApplication.run(OauthStart.class, args);
|
|
21
|
22
|
}
|
|
22
|
23
|
}
|