Skip to content

Commit

Permalink
#154 - simplification of installer
Browse files Browse the repository at this point in the history
  • Loading branch information
grabdoc committed Jan 18, 2024
1 parent 58f7a18 commit 2b5b778
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 2b5b778

Please sign in to comment.