Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quarkus #16

Open
boojongmin opened this issue Jul 13, 2021 · 0 comments
Open

quarkus #16

boojongmin opened this issue Jul 13, 2021 · 0 comments

Comments

@boojongmin
Copy link
Owner

boojongmin commented Jul 13, 2021

https://quarkus.io/

https://www.infoq.com/articles/microservicilities-quarkus/

https://github.com/quarkusio/quarkus

https://lordofthejars.github.io/quarkus-cheat-sheet/

quarkus-cheat-sheet.pdf

example project - https://developers.redhat.com/blog/2021/05/11/building-an-api-using-quarkus-from-the-ground-up

https://quarkus.io/guides/

https://quarkus.io/guides/rest-json

https://resteasy.github.io/

https://download.oracle.com/javaee-archive/jax-rs-spec.java.net/jsr339-experts/att-3593/spec.pdf

JSR 370: JavaTM API for RESTful Web Services (JAX-RS 2.1) Specification

start

native build

CDI

properties config

logging

test

jpa

reactive rest client

smallrye-fault-tolerance

redis

event bus

security

tool

https://quarkus.io/guides/cli-tooling
maven - https://quarkus.io/guides/maven-tooling
gradle - https://quarkus.io/guides/gradle-tooling
test - https://quarkus.io/guides/tests-with-coverage
rearg -https://quarkus.io/guides/reaugmentation

kotlin

resteasy-reactive

coroutin

docker container

spring compatibility

etc

템플릿엔진 파트지만 다국어 참조

apis

https://docs.oracle.com/javaee/7/api/javax/ws/rs/core/SecurityContext.html

code start

https://code.quarkus.io/?g=com.friendsgames.nft&a=nft-member-oauth&e=jdbc-h2&e=hibernate-orm-panache&e=resteasy&e=resteasy-jackson&e=rest-client-jackson&e=rest-client&e=smallrye-openapi&e=hibernate-orm&e=jdbc-mysql&e=com.blazebit%3Ablaze-persistence-integration-quarkus&e=hibernate-validator&e=redis-client&e=smallrye-health&e=smallrye-fault-tolerance&e=container-image-docker&e=jackson&e=kotlin&e=org.apache.camel.quarkus%3Acamel-quarkus-crypto

[WARNING] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] objcopy executable not found in PATH. Debug symbols will not be separated from executable.
[WARNING] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] That will result in a larger native image with debug symbols embedded in it.

quarkusio/quarkus#13517

brew install binutils 
export PATH=/usr/local/opt/binutils/bin:$PATH

위의 에러를 해결하니 이런...

./api-1.0.0-SNAPSHOT-runner 
 SIGKILL(9) ↵  1254  22:12:21
[1]    5957 killed  

quarkusio/quarkus#13856

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant