Commit 480c83bf authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 77a0b8ca
......@@ -38,6 +38,7 @@ bin
build
.class
# others
classes/
data/
......@@ -14,6 +14,7 @@ import org.springframework.cloud.openfeign.EnableDuibaFeignClients;
public class Application {
public static void main(String[] args) {
System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication sa = new SpringApplication(Application.class);
sa.run(args);
}
......
buildscript {
ext["duibaExtVersion"] = "2.0.0-h33"
ext["duibaExtVersion"] = "2.0.0-h36"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6"
ext["hazelcast.version"] = "3.11"
......
......@@ -38,6 +38,7 @@ bin
build
.class
# others
classes/
data/
buildscript {
ext["duibaExtVersion"] = "2.0.0-h33"
ext["duibaExtVersion"] = "2.0.0-h36"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6"
ext["hazelcast.version"] = "3.11"
......
......@@ -13,6 +13,7 @@ import org.springframework.cloud.openfeign.EnableDuibaFeignClients;
public class Application {
public static void main(String[] args) {
System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication sa = new SpringApplication(Application.class);
sa.run(args);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment