일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- STS
- JDBC TEMPLATE
- java
- Di
- Spring JDBC
- 프로퍼티
- POJO
- myBatis
- @JUnit
- SpringJDBC
- Linux
- 마이바티스
- 컨테이너
- XML
- spring framework
- java spring
- 리눅스
- unix
- @Spring-Test
- pointcut
- @AspectJ
- Framework
- @test
- Ubunt
- spring
- JdbcTemplate
- spring aop
- Spring Boot
- Dependency Injection
- AOP
Archives
- Today
- Total
개키우는개발자 : )
The requested URL returned error: 403 본문
반응형
.git/config 파일 설정 변경
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = https://ID : TOKEN @github.com/ REPOSITORY URL
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
반응형
Comments