Skip to content

Implementation CsvWriter v.1.01#51

Open
SidorinAA wants to merge 4 commits into
EffectiveMobile:mainfrom
SidorinAA:dev
Open

Implementation CsvWriter v.1.01#51
SidorinAA wants to merge 4 commits into
EffectiveMobile:mainfrom
SidorinAA:dev

Conversation

@SidorinAA

Copy link
Copy Markdown
  • Реализован парсинг java объеков в csv файл.
  • Добавлена аннотация для доступа к данным генератора СsvWriter-у.
  • Добавлена генерация моковых данных через библиотеку faker.

Comment thread build.gradle Outdated

java {
sourceCompatibility = '17'
targetCompatibility = '17'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Лучше используй Java Toolchain — так сборка не зависит от установленного JDK и одинаково работает локально и например в CI

Comment thread build.gradle Outdated
}

dependencies {
implementation 'com.github.javafaker:javafaker:1.0.2'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Версии лучше вынеси в gradle.properties, чтобы избежать хардкода и упростить обновления

Comment thread build.gradle Outdated
}

group = 'org.writer'
version = '1.0-SNAPSHOT'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Имеет смысл вынести версию проекта в gradle.properties

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.

3 participants