Last change
on this file was 84d0fbb, checked in by Ema <ema_spirova@…>, 3 years ago |
spring security 2.0
|
-
Property mode
set to
100644
|
File size:
499 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/tripplanner
|
---|
2 | spring.datasource.username=root
|
---|
3 | spring.datasource.password=ENC(dyrClJl9Gd2h1bCXOAw1HA==)
|
---|
4 | jasypt.encryptor.password=encripteddbpass
|
---|
5 | spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
---|
6 | jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
|
---|
7 | jasypt.encryptor.algorithm=PBEWithMD5AndDES
|
---|
8 | spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
|
---|
9 |
|
---|
10 | spring.jpa.show-sql=true
|
---|
11 | spring.jpa.hibernate.ddl-auto=update
|
---|
Note:
See
TracBrowser
for help on using the repository browser.