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

setup everything else #13

Merged
merged 4 commits into from
Jun 15, 2022
Merged

setup everything else #13

merged 4 commits into from
Jun 15, 2022

Conversation

aldy505
Copy link
Member

@aldy505 aldy505 commented Jun 14, 2022

big changes

@aldy505 aldy505 requested review from elianiva and RayWP June 14, 2022 16:38
Copy link
Contributor

@RayWP RayWP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice job, i hope you like java

@@ -9,6 +9,8 @@ public class UserToken {
private String email;
@NotNull
private String token;
@NotNull
private Integer limit;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kalau pakai model gini, berarti nanti request body untuk /approve harus ada attribute "limit"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, emang butuh attribute limit


RUN native-image --version

RUN source "$HOME/.sdkman/bin/sdkman-init.sh" && mvn -B clean package -P native --no-transfer-progress
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kayaknya ini bisa aja langsung mvn -B package
nggak perlu clean, karena package udah include clean
ref: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#a-build-lifecycle-is-made-up-of-phases

@aldy505 aldy505 merged commit 2cac4cc into master Jun 15, 2022
@aldy505 aldy505 deleted the feat/things branch June 15, 2022 13:32
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

Successfully merging this pull request may close these issues.

None yet

3 participants