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

Switch from Marko to Svelte #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahastudio
Copy link

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.

@ahastudio ahastudio requested a review from hannut91 January 25, 2023 03:41
Comment on lines 13 to +15
// 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'
Copy link
Author

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.
Comment on lines -19 to +20
// Use JCenter for resolving dependencies.
jcenter()
// Use Maven Central for resolving dependencies.
mavenCentral()
Copy link
Author

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
Copy link
Author

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

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.

1 participant