source: trip-planner/src/main/resources/application.properties@ 84d0fbb

Last change on this file since 84d0fbb 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 
1spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/tripplanner
2spring.datasource.username=root
3spring.datasource.password=ENC(dyrClJl9Gd2h1bCXOAw1HA==)
4jasypt.encryptor.password=encripteddbpass
5spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
6jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
7jasypt.encryptor.algorithm=PBEWithMD5AndDES
8spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
9
10spring.jpa.show-sql=true
11spring.jpa.hibernate.ddl-auto=update
Note: See TracBrowser for help on using the repository browser.