Skip to content

Commit

Permalink
Merge pull request #161 from kdhrubo/feature/154_simplification_insta…
Browse files Browse the repository at this point in the history
…ller

#154 - simplification of installer
  • Loading branch information
kdhrubo authored Jan 18, 2024
2 parents 58f7a18 + 2b5b778 commit 8b5e490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


import com.fasterxml.jackson.databind.MappingIterator;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectReader;
import com.fasterxml.jackson.dataformat.csv.CsvMapper;
import com.fasterxml.jackson.dataformat.csv.CsvSchema;
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ server:
timeout: 90m

spring:

threads:
virtual:
enabled: true


datasource:
url: ${DB_URL}
username: ${DB_USER}
password: ${DB_PASSWORD}

hikari:
maximum-pool-size: 10
pool-name: db2rest-platform-hikari-pool
Expand Down

0 comments on commit 8b5e490

Please sign in to comment.