Skip to content

ljubo-s/records-to-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Records To File

Efficiently write huge amout of records in a spreadsheet file.

  • Apache POI

  • NamedParameterJdbcTemplate

  • JPA

  • Entity to DTO

  • Global Exception Handler

  • SSL

Put [cert_file_name].p12 file into the "src/main/resources/keystore" directory.
  • Swagger

https://164.68.100.119:1111/records-to-file/swagger-ui/index.html

- export APIs:

https://164.68.100.119:1111/records-to-file/api-docs

- import into Postman.  
- for request with Download use Send and Download on sending request, or in response Save Response->Save to a file.  
  • Spring Boot Admin

http://164.68.100.119:9090/sba

username:sba_monitor  
password:@0HaPnbY2N78  

Application Properties

Write application-related properties into "src/main/resources/application.properties".

Build

./gradlew bootJar

Run

java -jar records-to-file.jar
or
Create a service on server and start as a service.