WonChul Heo
WonChul Heo
gentle ping ๐
hello. This is my first time here ๐ How much compatibility with `spring-cloud-config-server` are you thinking about? Do you have any plans to add server-specific modules?
I was just curious about the plan. I think it's a good start... If it integrates with spring, I'll be looking into it to utilize it in my service :)...
ํ์ด๋ผ์ ๋ฒ์น(์์์ ์์กด์ฑ ๋ฒ์น) - ๋์ํ๋ค, ์ ์ง๋ณด์ ๊ฐ๋ฅํ๋ค๋ฅผ ๊ตฌ๋ถ ์ง๋ ๊ฐ์ฅ ์ค์ํ ์์ธ - ๋ช ์ธ์ ์๋์ ๋ค๋ฅด๊ฒ ์ฌ์ฉํ๊ณ ์๋ ๊ฒ. ๋ฒ๊ทธ๋ ๊ธฐ๋ฅ์ด๋ค..? - ex) A api์์ ์บ์๊ฐ ์๊ธธ๊ฑฐ๋๊น B api์์...
๋น์์ธ ๋ฒ์น - ์ธํ๋ผ๋ฅผ ๋ณ๊ฒฝํ์ฌ ์๋น์ค๊ฐ ์ค๋จ๋๋ ๋ฑ์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ๋๋ผ๋ ๊ฐ์ ๋ฌธ์ ๊ฐ CI ์์คํ ์ ์๋ ํ ์คํธ์์ ๋ฐ๊ฒฌ๋์ง ์์ผ๋ฉด ์ธํ๋ผํ์ ์ฑ ์์ด ์๋๋ค
ํธ๋ ์ด๋์คํ์ ๋น์ฉ - ๊ธ์ต ๋น์ฉ (ex. ๋ ) - ๋ฆฌ์์ค ๋น์ฉ (ex. cpu ) - ์ธ์ ๋น์ฉ (ex. ๊ฐ๋ฐ ๊ณต์ ) - ๊ฑฐ๋ ๋น์ฉ (ex. ์กฐ์น ๋น์ฉ) - ๊ธฐํ ๋น์ฉ...
```java public class Constants { public static final String FOO = "foo"; } // Constants.FOO ``` ```kotlin class Constants { companion object { const val FOO = "foo" } }...
default constructor support - https://kotlinlang.org/docs/reference/compiler-plugins.html#jpa-support
mainClass ์ง์ ์, postfix๋ก `Kt`๋ฅผ ๋ถ์ฌ์ผํจ. - ex) `HelloApplication.kt` -> `HelloApplicationKt.class` ๋ก ๋ณํ๋จ
### Terraform ์ธํ๋ผ๋ฅผ ๋ง๋ค๊ณ ๋ฐ๊พธ๊ณ ๋ฒ์ ๊ด๋ฆฌํ๋ ๋๊ตฌ #### ์๊ฐ - HCL - `.tf` or `.tf.json` - Infra Structure = Provider โโ AWS, DigitalOcean, Google Cloud, Microsoft Azure, ... ####...