Skip to content

Commit 9afba87

Browse files
committed
add spring boot 2.7 support
1 parent 57c1f67 commit 9afba87

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
![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)
23
[![jitpack-last-release](https://jitpack.io/v/spacious-team/table-wrapper-spring-boot-starter.svg?style=flat-square)](
34
https://jitpack.io/#spacious-team/table-wrapper-api)
45

56
### Назначение
67
Позволяет работать с табличным представлением данных в форматах Excel, Xml и Csv через единый интерфейс
78
[Table Wrapper API](https://github.com/spacious-team/table-wrapper-api).
89

10+
Совместим с проектами Spring Boot 2.7 и выше.
11+
912
Spring Boot Starter настраивает реализации фабрик `ExcelTableFactory`, `XmlTableFactory`, `CsvTableFactory`
1013
и подключает необходимые зависимости
1114
1. [table-wrapper-excel-impl](https://github.com/spacious-team/table-wrapper-excel-impl) для работы с excel файлами

jitpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - source install-jdk.sh --feature 15
66
# - jshell --version
77
jdk:
8-
- openjdk17
8+
- openjdk11

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
</scm>
2828

2929
<properties>
30-
<maven.compiler.release>17</maven.compiler.release>
30+
<maven.compiler.release>11</maven.compiler.release>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<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>
3434
</properties>
3535

3636
<repositories>

0 commit comments

Comments
 (0)