This website works better with JavaScript
Home
Explore
Help
Register
Sign In
CoSharp
/
config
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add hello-service.yml
Airhead
8 years ago
parent
6fbe38f6f6
commit
eba388d671
1 changed files
with
16 additions
and
0 deletions
Split View
Show Diff Stats
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
View File
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!