WonChul Heo
WonChul Heo
Motivation: Although it is not official in GraphQL, many open sources make multipart requests in the following way. This PR is a work to support this feature in Armeria as...
Currently, `armeria-graphql` is based on `graphql-java` and provides a very low-level API. Many frameworks or libraries provide high-level APIs. One of them is that if we create an object such...
Usually, the IDE provides a function called [soft-wrap](https://www.jetbrains.com/webstorm/guide/tips/soft-wraps/). This is automatically displayed in the next line when a line of text exceeds the width of the screen. What do you...
- authentication & authorization server
There is currently no test code at all or no sense. This should be improved.
I recently heard about the deprecated UserAgent header. Do you plan to add related content? See https://wicg.github.io/ua-client-hints/
Update BestPractice-Introduction.md
Motivation: 1) Trying to use json pretty even though it's a string that can't use json pretty, like json-lines. 2) When copying as a curl command, it uses an array...
For example, Post's `@Id` is `Long`. However, the application runs normally even if it is written as `JpaRepository`. ### application ```java @Entity public class Post { @Id @GeneratedValue(strategy = GenerationType.IDENTITY)...