chore: add dev configs and local infrastructure
This commit is contained in:
26
backend/mci-server/src/main/resources/application.yml
Normal file
26
backend/mci-server/src/main/resources/application.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
server:
|
||||
port: 8080
|
||||
servlet:
|
||||
context-path: /msg-platform
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: mci-server
|
||||
|
||||
jackson:
|
||||
default-property-inclusion: non_null
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: deleted
|
||||
logic-delete-value: 1
|
||||
logic-not-delete-value: 0
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info
|
||||
Reference in New Issue
Block a user