File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ java-version] ( https://img.shields.io/badge/Java-11-brightgreen?style=flat-square )
2
+ [ ![ spring-boot-version] ( https://img.shields.io/badge/spring--boot-2.7+-brightgreen?style=flat-square )] ( https://github.com/spring-projects/spring-boot/releases )
2
3
[ ![ jitpack-last-release] ( https://jitpack.io/v/spacious-team/table-wrapper-spring-boot-starter.svg?style=flat-square )] (
3
4
https://jitpack.io/#spacious-team/table-wrapper-api )
4
5
5
6
### Назначение
6
7
Позволяет работать с табличным представлением данных в форматах Excel, Xml и Csv через единый интерфейс
7
8
[ Table Wrapper API] ( https://github.com/spacious-team/table-wrapper-api ) .
8
9
10
+ Совместим с проектами Spring Boot 2.7 и выше.
11
+
9
12
Spring Boot Starter настраивает реализации фабрик ` ExcelTableFactory ` , ` XmlTableFactory ` , ` CsvTableFactory `
10
13
и подключает необходимые зависимости
11
14
1 . [ table-wrapper-excel-impl] ( https://github.com/spacious-team/table-wrapper-excel-impl ) для работы с excel файлами
Original file line number Diff line number Diff line change 5
5
# - source install-jdk.sh --feature 15
6
6
# - jshell --version
7
7
jdk :
8
- - openjdk17
8
+ - openjdk11
Original file line number Diff line number Diff line change 27
27
</scm >
28
28
29
29
<properties >
30
- <maven .compiler.release>17 </maven .compiler.release>
30
+ <maven .compiler.release>11 </maven .compiler.release>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
33
- <spring-boot .version>3.0.5 </spring-boot .version>
33
+ <spring-boot .version>2.7.10 </spring-boot .version>
34
34
</properties >
35
35
36
36
<repositories >
You can’t perform that action at this time.
0 commit comments