This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
CoSharp
/
config
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
add hello-service.yml
Airhead
8 年 前
親
6fbe38f6f6
コミット
eba388d671
1 ファイル変更
、
16 行追加
、
0 行削除
分割表示
差分情報を表示
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
ファイルの表示
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!