이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
server
/
neupos-server
보기
3
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
fix bug
release
xiaohanzi
3 년 전
부모
abb66b08f8
커밋
0d3e675603
2개의 변경된 파일
과
5개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
config-server/src/main/resources/yml-config/service-org-dev.yml
+3
-1
service-org/src/main/resources/bootstrap.yml
+ 2
- 2
config-server/src/main/resources/yml-config/service-org-dev.yml
파일 보기
@@ -13,8 +13,8 @@ logging:
#DataSource配置,默认主数据源
spring:
#
profiles:
#
include: rabbitmq
profiles:
include: rabbitmq
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
+ 3
- 1
service-org/src/main/resources/bootstrap.yml
파일 보기
@@ -3,7 +3,9 @@ spring:
name: service-org
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001
profile: dev
name: service-org
server:
쓰기
미리보기
불러오는 중...
취소
저장