Anton Nesterov
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Create a template for importing from CSV file
I imported data from 20 CSV files. Each time I did the same sequence of steps (delete N columns, specify data type and column name, etc). Is there a way to save the described sequence as a template... -
Created How to enable properties substitution in spring config files
AnsweredIDE replaces the property in the spring config files by value from src/main/resources. What if property files are located on the same with src folder? Is there a way to attach or replace "src/main/...