美文网首页
Apollo电脑开发环境启动参数配置

Apollo电脑开发环境启动参数配置

作者: 南风nanfeng | 来源:发表于2021-01-08 15:31 被阅读0次

    PortalApplication:

    -Dapollo_profile=github,auth
    -Ddev_meta=http://localhost:8080/
    -Dserver.port=8070
    -Dspring.datasource.url=jdbc:mysql://localhost:3306/ApolloPortalDB?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai
    -Dspring.datasource.username=root
    -Dspring.datasource.password=root
    -Dlogging.file=D:/app/apollo-portal.log
    

    ApolloApplication:

    -Dapollo_profile=github
    -Dspring.datasource.url=jdbc:mysql://localhost:3306/ApolloConfigDB?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai
    -Dspring.datasource.username=root
    -Dspring.datasource.password=root
    

    SimpleApolloConfigDemo:

    -Denv=dev
    -Ddev_meta=http://localhost:8080
    

    SpringBootSampleApplication:

    -Ddev_meta=http://localhost:8080
    -Dapollo.configService=http://localhost:8080
    -Denv=DEV
    -Dapollo.cluster=default
    

    相关文章

      网友评论

          本文标题:Apollo电脑开发环境启动参数配置

          本文链接:https://www.haomeiwen.com/subject/bylfaktx.html