Skip to content

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.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
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