xiaoniuqiu

Results 2 issues of xiaoniuqiu

Hi: I've created the project through the API Now I want to initialize the local project to gitlab through API Want to implement the following command cd existing_folder git init...

如题: 我现在在nacos上增加了2个文件 1 a-dev.yml 2 db-dev.yml 代码中通过extension-configs 配置了2个文件 spring: application: name: @artifactId@ cloud: nacos: discovery: server-addr: ${NACOS-HOST:cloud-register}:${NACOS-PORT:8848} config: server-addr: ${spring.cloud.nacos.discovery.server-addr} file-extension: yml namespace: ${spring.profiles.active} extension-configs: - data-id: ${spring.application.name}-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} group: DEFAULT_GROUP...

expired