init
parent
a62e810856
commit
f3ac479fe7
@ -1 +0,0 @@
|
||||
spring.application.name=ai-service-hub
|
@ -0,0 +1,16 @@
|
||||
spring:
|
||||
application:
|
||||
name: ai-service-hub
|
||||
datasource:
|
||||
url: jdbc:postgresql://192.168.10.137:15432/ai-service-hub
|
||||
username: postgres
|
||||
password: 123456
|
||||
driver-class-name: org.postgresql.Driver
|
||||
server:
|
||||
port: 9901
|
||||
servlet:
|
||||
context-path: /ai-service-hub
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:mapper/*.xml
|
||||
configuration:
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
Loading…
Reference in New Issue