commit
3164e3c325
|
@ -27,7 +27,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.ulisesbocchio</groupId>
|
<groupId>com.github.ulisesbocchio</groupId>
|
||||||
<artifactId>jasypt-spring-boot-starter</artifactId>
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||||
<version>${jasypt.version}</version>
|
<version>${jasypt.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -46,15 +46,7 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>spring-milestone</id>
|
|
||||||
<name>Spring Milestone</name>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jasypt.version>2.0.0</jasypt.version>
|
<jasypt.version>3.0.5</jasypt.version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
|
@ -19,8 +19,4 @@ spring:
|
||||||
hibernate:
|
hibernate:
|
||||||
dialect: org.hibernate.dialect.MySQL5Dialect
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
||||||
batch:
|
batch:
|
||||||
initialize-schema: always
|
initialize-schema: always
|
||||||
maven:
|
|
||||||
remoteRepositories:
|
|
||||||
springRepo:
|
|
||||||
url: https://repo.spring.io/libs-snapshot
|
|
|
@ -1 +0,0 @@
|
||||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
|
Loading…
Reference in New Issue