配置项 - MinMinGuGu/GuGu_Blog_Sync GitHub Wiki

配置项是要求继承的模块或者是引入的模块需要配置的内容,下面给出需要用到的配置项,其中proxy使用的是socks,详细请看源码

core-config:
    workspace: ${user.home}/${spring.application.name}
    proxy:
        open: false
        host: 
        port: 
    git:
        username: 
        token: 
        repository: 
spring:
    application:
        name: GuGu_Blog_Sync
server:
    port: 19091
    servlet:
        context-path: /
logging:
    file:
        name: ${core-config.workspace}/logs/gugu_blog_sync_core.log