We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659d166 commit c5c576fCopy full SHA for c5c576f
dgrv4_Gateway_serv/src/main/java/tpi/dgrv4/DgrApplication.java
@@ -12,6 +12,7 @@ public class DgrApplication extends SpringBootServletInitializer {
12
13
@Override
14
protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
15
+ // version: v4.2.25
16
return application.sources(DgrApplication.class);
17
}
18
0 commit comments