This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei10061
/
cloudide
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ttt
master
yanchao
2 years ago
parent
d26f0cd95a
commit
69d9e2615f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/src/main/java/com/imitate/common/sys/settings/AppConfig.java
+ 1
- 1
common/src/main/java/com/imitate/common/sys/settings/AppConfig.java
View File
@@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.context.annotation.PropertySource;
@Configuration
@Configuration
@PropertySource(value = { "classpath:c
r
on.properties" })
@PropertySource(value = { "classpath:c
omm
on.properties" })
public class AppConfig {
public class AppConfig {
@Value("${educoderURL}")
@Value("${educoderURL}")
Write
Preview
Loading…
Cancel
Save