add dev config
This commit is contained in:
parent
0a7a4ad722
commit
4ae6593fb4
22
application-dev.yml
Normal file
22
application-dev.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
server:
|
||||||
|
port: 8089
|
||||||
|
spring:
|
||||||
|
thymeleaf:
|
||||||
|
cache: false
|
||||||
|
application:
|
||||||
|
name: rsapper
|
||||||
|
data:
|
||||||
|
jdbc:
|
||||||
|
repositories:
|
||||||
|
enabled: false
|
||||||
|
jpa:
|
||||||
|
hibernate:
|
||||||
|
ddl-auto: update
|
||||||
|
show-sql: true
|
||||||
|
datasource:
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
username: cubetiq
|
||||||
|
password: Root$
|
||||||
|
url: jdbc:mysql://${MYSQL_HOST:192.168.0.150}:3306/db_rsapper
|
||||||
|
session:
|
||||||
|
timeout: 1m
|
Loading…
Reference in New Issue
Block a user