application.yml 153 字节
Newer Older
Y
Yiming Liu 已提交
1
server:
2
  port: 8080
Y
Yiming Liu 已提交
3 4 5 6 7 8 9 10 11
  
spring:  
  datasource:
    url: jdbc:h2:file:~/fxapolloportaldb
    username: sa
    password: sa

  jpa:
    show-sql: true