WonChul Heo

Results 110 comments of WonChul Heo

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, ... ####...