File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1- # spring.profiles.active=dev
2- # spring.application.name=Mobile Banking
3- # liquibase.change-log=classpath:liquibase/db.changelog-master.xml
4-
51spring :
62 application :
7- name : Mobile Banking
3+ name : Starter Project
84 profiles :
95 active : dev
106
117liquibase :
12- change-log : classpath:liquibase/db.changelog-master.xml
13-
14- # spring.datasource.url=jdbc:mysql://localhost/test?useUnicode=true&characterEncoding=utf8&useSSL=false
15- # spring.datasource.username=root
16- # spring.datasource.password=root
17- # spring.datasource.driver-class-name=com.mysql.jdbc.Driver
18- # security.require_ssl=false
19-
20- # jwt.header=Authorization
21- # jwt.secret=LogateSecretKey
22- # jwt.expiration=604800
8+ change-log : classpath:liquibase/db.changelog-master.xml
You can’t perform that action at this time.
0 commit comments