-
Notifications
You must be signed in to change notification settings - Fork 93
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
Switch from Marko to Svelte #107
base: main
Are you sure you want to change the base?
Conversation
// Spring | ||
id 'org.springframework.boot' version '2.3.5.RELEASE' | ||
id 'io.spring.dependency-management' version '1.0.10.RELEASE' | ||
id 'org.springframework.boot' version '2.7.3' | ||
id 'io.spring.dependency-management' version '1.0.13.RELEASE' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spring Boot 2.7.3으로 업그레이드. Spring Boot 3까지 올리지는 않음.
Rewrite the F/E app with Svelte. Do some chores: - Upgrade Gradle and Spring Boot. - Use Playwright for CodeceptJS instead of Puppeteer. - Fix a problem to miss a test case for the PATCH method.
2dc6070
to
e8b3028
Compare
// Use JCenter for resolving dependencies. | ||
jcenter() | ||
// Use Maven Central for resolving dependencies. | ||
mavenCentral() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gradle 최신 버전으로 업그레이드: https://github.com/gradle/gradle/releases/tag/v7.6.0
Rewrite the F/E app with
Svelte
.Do some chores:
Gradle
andSpring Boot
.Playwright
forCodeceptJS
instead ofPuppeteer
.PATCH
method.