theSemenov

Results 2 issues of theSemenov

How to apply aspects for unit-test using sbt-aspectj. It's only worked for my project main classes and not worked for test classes My config in build.sbt ``` aspectjSettings aspectjInputs in...

``` conf liquibase changelog.xml dicts dict.xml dict.csv ``` changelog.xml is: ``` ``` When I trying to run applcation I have an exception: ``` liquibase.exception.ChangeLogParseException: file:/conf/liquibase/dicts/dict.xml does not exist ``` In...