File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,18 @@ Core extension starter for [Spring](https://spring.io) apps.
10
10
For example, ` futureCalculator.calc(LocalDateTime.now(), "20s") ` is equal to ` LocalDateTime.now().plusSeconds(20) `
11
11
* ` MessageService ` - is a customized version of Spring's ` MessageSource ` with fewer parameters
12
12
* ` ExpiredRecordsCollector ` - an accumulative interface for expired data collection
13
+
14
+ ### Get started
15
+
16
+ Build requirements:
17
+ * latest JDK and Maven
18
+
19
+ Also available in Maven central:
20
+
21
+ ``` xml
22
+ <dependency >
23
+ <groupId >fun.wilddev.lib</groupId >
24
+ <artifactId >spring-starter-core-ext</artifactId >
25
+ <version >1.0.0.RELEASE</version >
26
+ </dependency >
27
+ ```
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >fun.wilddev.lib</groupId >
15
15
<artifactId >spring-starter-core-ext</artifactId >
16
- <version >1.0.0-SNAPSHOT </version >
16
+ <version >1.0.0.RELEASE </version >
17
17
18
18
<name >spring-starter-core-ext</name >
19
19
<description >Core extension starter for Spring apps</description >
You can’t perform that action at this time.
0 commit comments