ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
??? ??? ???
???
????? ??????
20141260
2014.03 ~ 2020.02
2022.08
??
? ?? ?? ? ?? ? ??? ??
? ??? ??(With ?????)
? ??? ?? ?? ? ?
? ?? & ?? ??
? ??? ????
? ???? ???? ???? ??
? Linux
? Git & GitHub
? ??? ?? ??? API ??
? Database
?? ??
? 2021.10 ~ 11?? ?? ?
? 2020.05 ~ 2021.05 ??? ??
? 2021.05 ~ 2021.09 ?? ??
????
1~3??
????
4??
????
4??
? 2020.05 ? ?? ???? ??? ?? ??
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
?? ??
? ??? ????
https://news-snack.tistory.com/entry/%EC%95%84%EC%9D%B4%E
C%8A%A4-%EB%B8%8C%EB%A0%88%EC%9D%B4%ED%82%B9
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
https://spring.io/projects
https://career.programmers.co.kr/pages/2022-dev-surve
y?utm_source=mailchimp&utm_medium=email&utm_c
ampaign=dev-survey&utm_content=2022-dev-survey
???? ???? 4??? ??? ?? ???, ? ????
????? & ???
- https://namu.wiki/w/%ED%94%84%EB%A1%A0%ED%8A%B8%EC%97%94%EB%93%9C
- https://namu.wiki/w/%EB%B0%B1%EC%97%94%EB%93%9C
?????
???
??? ?? ?? ? ?
? https://abit.ly/vaxwy7
? https://www.codenary.co.kr/
?????..
? ????? 1? vs ???
? ??? ???? vs ???? ??? ????
? ???? ??? ????
???? (??) ???? ???? ??
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
Pmon, Lmon, JARVIS
2022.08 ???????? ????.pptx
mkdir(make directory) : ????(??) ??
cd(change directory) : ???? ??
touch : ?? ?? or ?? ??&?? ??
rm ¨Cf(remove force) : ?? (??) ??
rm ¨Crf(remove recursive force) : ???? (??) ??
https://ide.goorm.io/my/dashboard
history : ?? ?? ??
ls(list) : ???? ?? ??
-a(all): ?? ?? ??
-l(long): ??? ?? ??
-h(human): K, M, G ?? ??? ???? ??? ???? ??
-S(size): ?? ?? ? ??
mv(move) : ???? ???? ??
cp(copy) : ?? ??
vi(???) : ?? ??
cat : ??? ??? ??? ??
grep : ?? ???? ?? ??? ??
wc(word count) ¨Cl : ?? ? ??
pwd(print working directory): ?? ?? ??
- i(insert) : ?? ??
- esc ?? ? :q ¨C vi??? ??
- esc ?? ? :q! ¨C vi??? ?? ??
- esc ?? ? :wq ¨C ?? ?? ? ??
Quiz 1
1. ????? ???? ?????
2. ??? ???? ?????
3. ???? ??? ???? ?????
4. ????? ???? ?????
5. ?? ??? ???? ?????
6. ?? ???? ?? ???? ?? ?????
Quiz 2
??? ?? ???? ????? ???? ???? ????
Quiz 3
??? ?? ?? ???? ???? ? ?? ???
Quiz 4
??? ?? ?? ???? ???? ? ?? ??, ??? ? ????
(?? ??? ??? ?)
Quiz 5
??? ?? ?? ???? ???? ? ?? ??, ?? ? ?? ? ??
2022.08 ???????? ????.pptx
Git ??
clone : GitHub ?????? ??? ??(??)
init : ??? git? ???? ???
add : ?? ??? ??? stage? ???
commit : add? ??? ??? ??? ? ??
push : ?? ???(GitHub? ?????)? ?? ?? ???
pull : ?? ???? ?? ??? ??? ????
fork : ?? ???? ?????? ? ???? ????
pr(pull request): ?? ????? ?? ??? ?????? ?? ??
?? ???? ??? ??? ??
? Spring vs Spring Boot
? JSON
? API
? RESTful
? POSTMAN(????)
? Spring Framework? ?? ??? ?? ????? ?? Java
?? ?????? ??????? ?? ???? ????? ?
?? ??? ?????.
Spring? ?? ??? ?????? ????? ???
?????. Spring? ?? ?? ?? ??? ????? ????
?? ?????? ?? ???? ??? ??? ? ???
?????? ??????? "???"? ??? ????.
https://spring.io/projects/spring-framework
? Spring Boot makes it easy to create stand-alone, production-grade Spring based
Applications that you can "just run".
? We take an opinionated view of the Spring platform and third-party libraries so you can
get started with minimum fuss. Most Spring Boot applications need minimal Spring
configuration.
? If you¡¯re looking for information about a specific version, or instructions about how to
upgrade from an earlier release, check out the project release notes section on our
wiki.
? Spring Boot? ???? "?? ???" ? ?? ?? ?? ??? ?
?? ??? ?? ??????? ?? ?? ? ????.
? ??? ??? ???? ???? ??? ? ??? ??? ????
?? ?????? ?? ??? ??? ????. ???? ??? ?
? ?? ?????? ???? ??? ??? ?????.
? ?? ??? ?? ?? ?? ?? ???? ??????? ??? ?
? ??? ??? Wiki? ???? ??? ?? ??? ??????.
? https://spring.io/projects/spring-boot
https://spring.io/projects
2022.08 ???????? ????.pptx
2022.08 ???????? ????.pptx
? API(Application Programming Interface, ??
???? ????? ?????)? ?? ??????
??? ? ???, ?? ??? ????? ???
???? ??? ??? ? ?? ?? ??????
???. ?? ?? ??, ? ??, ?? ??, ?? ??
?? ?? ?????? ????.
https://ko.wikipedia.org/wiki/API
RESTful(Representaional State Transfer)
? https://gmlwjd9405.github.io/2018/09/21/rest-and-restful.html
? https://www.youtube.com/watch?v=RP_f5dMoHFc&t=723s
? https://www.youtube.com/watch?v=4DxHX95Lq2U
? https://www.youtube.com/watch?v=iOueE9AXDQQ
2022.08 ???????? ????.pptx
API ?? ??
https://github.com/JuHyun419/springboot-mentoring
Q&A
? juhyun_lee@sk.com
2022.08 ???????? ????.pptx

More Related Content

What's hot (20)

Administracion de WebSphere MQ for zOS v7.0Administracion de WebSphere MQ for zOS v7.0
Administracion de WebSphere MQ for zOS v7.0
Oscar V
?
Functional Programming with Groovy
Functional Programming with GroovyFunctional Programming with Groovy
Functional Programming with Groovy
Arturo Herrero
?
NGINX: High Performance Load Balancing
NGINX: High Performance Load BalancingNGINX: High Performance Load Balancing
NGINX: High Performance Load Balancing
NGINX, Inc.
?
Get Your Insecure PostgreSQL Passwords to SCRAM
Get Your Insecure PostgreSQL Passwords to SCRAMGet Your Insecure PostgreSQL Passwords to SCRAM
Get Your Insecure PostgreSQL Passwords to SCRAM
Jonathan Katz
?
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
Howard Greenberg
?
Implementing OAuth
Implementing OAuthImplementing OAuth
Implementing OAuth
leahculver
?
C Types - Extending Python
C Types - Extending PythonC Types - Extending Python
C Types - Extending Python
Priyank Kapadia
?
CKAN ¼¼Ðg½é½B (é_°lƪ)
CKAN ¼¼Ðg½é½B (é_°lƪ)CKAN ¼¼Ðg½é½B (é_°lƪ)
CKAN ¼¼Ðg½é½B (é_°lƪ)
Chengjen Lee
?
Apache Sqoop: A Data Transfer Tool for Hadoop
Apache Sqoop: A Data Transfer Tool for HadoopApache Sqoop: A Data Transfer Tool for Hadoop
Apache Sqoop: A Data Transfer Tool for Hadoop
Cloudera, Inc.
?
Scouter? influx db ¨C grafana ?? ???
Scouter? influx db ¨C grafana ?? ???Scouter? influx db ¨C grafana ?? ???
Scouter? influx db ¨C grafana ?? ???
Ji-Woong Choi
?
Scaling LoL Chat to 70M Players
Scaling LoL Chat to 70M PlayersScaling LoL Chat to 70M Players
Scaling LoL Chat to 70M Players
Micha? Ptaszek
?
Die ultimative Anleitung fu?r HCL Nomad Web Administratoren
Die ultimative Anleitung fu?r HCL Nomad Web AdministratorenDie ultimative Anleitung fu?r HCL Nomad Web Administratoren
Die ultimative Anleitung fu?r HCL Nomad Web Administratoren
panagenda
?
Switchdev - No More SDK
Switchdev - No More SDKSwitchdev - No More SDK
Switchdev - No More SDK
Kernel TLV
?
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
James Bayer
?
Trees and Hierarchies in SQL
Trees and Hierarchies in SQLTrees and Hierarchies in SQL
Trees and Hierarchies in SQL
Eduard Hildebrandt
?
Xfs file system for linux
Xfs file system for linuxXfs file system for linux
Xfs file system for linux
Ajay Sood
?
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
Vineeth N Krishnan
?
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Edureka!
?
Apache Flink Hands On
Apache Flink Hands OnApache Flink Hands On
Apache Flink Hands On
Robert Metzger
?
JSON array indexes in MySQL
JSON array indexes in MySQLJSON array indexes in MySQL
JSON array indexes in MySQL
Dag H. Wanvik
?
Administracion de WebSphere MQ for zOS v7.0Administracion de WebSphere MQ for zOS v7.0
Administracion de WebSphere MQ for zOS v7.0
Oscar V
?
Functional Programming with Groovy
Functional Programming with GroovyFunctional Programming with Groovy
Functional Programming with Groovy
Arturo Herrero
?
NGINX: High Performance Load Balancing
NGINX: High Performance Load BalancingNGINX: High Performance Load Balancing
NGINX: High Performance Load Balancing
NGINX, Inc.
?
Get Your Insecure PostgreSQL Passwords to SCRAM
Get Your Insecure PostgreSQL Passwords to SCRAMGet Your Insecure PostgreSQL Passwords to SCRAM
Get Your Insecure PostgreSQL Passwords to SCRAM
Jonathan Katz
?
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
Howard Greenberg
?
Implementing OAuth
Implementing OAuthImplementing OAuth
Implementing OAuth
leahculver
?
CKAN ¼¼Ðg½é½B (é_°lƪ)
CKAN ¼¼Ðg½é½B (é_°lƪ)CKAN ¼¼Ðg½é½B (é_°lƪ)
CKAN ¼¼Ðg½é½B (é_°lƪ)
Chengjen Lee
?
Apache Sqoop: A Data Transfer Tool for Hadoop
Apache Sqoop: A Data Transfer Tool for HadoopApache Sqoop: A Data Transfer Tool for Hadoop
Apache Sqoop: A Data Transfer Tool for Hadoop
Cloudera, Inc.
?
Scouter? influx db ¨C grafana ?? ???
Scouter? influx db ¨C grafana ?? ???Scouter? influx db ¨C grafana ?? ???
Scouter? influx db ¨C grafana ?? ???
Ji-Woong Choi
?
Scaling LoL Chat to 70M Players
Scaling LoL Chat to 70M PlayersScaling LoL Chat to 70M Players
Scaling LoL Chat to 70M Players
Micha? Ptaszek
?
Die ultimative Anleitung fu?r HCL Nomad Web Administratoren
Die ultimative Anleitung fu?r HCL Nomad Web AdministratorenDie ultimative Anleitung fu?r HCL Nomad Web Administratoren
Die ultimative Anleitung fu?r HCL Nomad Web Administratoren
panagenda
?
Switchdev - No More SDK
Switchdev - No More SDKSwitchdev - No More SDK
Switchdev - No More SDK
Kernel TLV
?
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
James Bayer
?
Xfs file system for linux
Xfs file system for linuxXfs file system for linux
Xfs file system for linux
Ajay Sood
?
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Spring Boot Tutorial | Microservices Spring Boot | Microservices Architecture...
Edureka!
?
JSON array indexes in MySQL
JSON array indexes in MySQLJSON array indexes in MySQL
JSON array indexes in MySQL
Dag H. Wanvik
?

Similar to 2022.08 ???????? ????.pptx (20)

2022 ???????? ???????? ????
2022 ???????? ???????? ????2022 ???????? ???????? ????
2022 ???????? ???????? ????
ssuserf875e6
?
DevOps - CI/CD ????
DevOps - CI/CD ????DevOps - CI/CD ????
DevOps - CI/CD ????
SeungYong Baek
?
??? ?? ??
??? ?? ????? ?? ??
??? ?? ??
?? ?
?
DevOps Study
DevOps StudyDevOps Study
DevOps Study
?? ?
?
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
Amazon Web Services Korea
?
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
nexusz99
?
[NDC17] ? ???? ?????
[NDC17] ? ???? ?????[NDC17] ? ???? ?????
[NDC17] ? ???? ?????
Chanwoong Kim
?
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????
?
??????? win,c++
??????? win,c++??????? win,c++
??????? win,c++
jdo
?
PHP? ???? ???
PHP? ???? ???PHP? ???? ???
PHP? ???? ???
Young Min Shin
?
Bon voyage Docker_Kubernetes
Bon voyage Docker_KubernetesBon voyage Docker_Kubernetes
Bon voyage Docker_Kubernetes
ssuseraada82
?
Spring boot + java ????? #1
Spring boot + java ????? #1Spring boot + java ????? #1
Spring boot + java ????? #1
SeungHa Eom
?
LetsSwift(??????,??????).pptx
LetsSwift(??????,??????).pptxLetsSwift(??????,??????).pptx
LetsSwift(??????,??????).pptx
ssuser2601f7
?
???????????????_????????_???????_?????.pdf
???????????????_????????_???????_?????.pdf???????????????_????????_???????_?????.pdf
???????????????_????????_???????_?????.pdf
Seung kyoo Park
?
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
?? ?
?
?????????? ??????????????? - ????
?????????? ??????????????? - ?????????????? ??????????????? - ????
?????????? ??????????????? - ????
NAVER D2
?
??? ??? ? ?? ? ??: Yeoman
??? ??? ? ?? ? ??: Yeoman??? ??? ? ?? ? ??: Yeoman
??? ??? ? ?? ? ??: Yeoman
Jae Sung Park
?
Open source engineering - 0.1
Open source engineering - 0.1Open source engineering - 0.1
Open source engineering - 0.1
YoungSu Son
?
Portfolio
PortfolioPortfolio
Portfolio
MyeongSeokKim2
?
01.???? ????
01.???? ????01.???? ????
01.???? ????
Hankyo
?
2022 ???????? ???????? ????
2022 ???????? ???????? ????2022 ???????? ???????? ????
2022 ???????? ???????? ????
ssuserf875e6
?
??? ?? ??
??? ?? ????? ?? ??
??? ?? ??
?? ?
?
DevOps Study
DevOps StudyDevOps Study
DevOps Study
?? ?
?
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
AWS? ???? DevOps??? :: ??? :: AWS Summit Seoul 2016
Amazon Web Services Korea
?
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
[ 2015 SOSCON ]?????????? swift?? ?????????? ????????? ?????? ????????
nexusz99
?
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????_???? Swift? ???? ???? ?? ???
2015 SW????? 100+ ????
?
??????? win,c++
??????? win,c++??????? win,c++
??????? win,c++
jdo
?
Bon voyage Docker_Kubernetes
Bon voyage Docker_KubernetesBon voyage Docker_Kubernetes
Bon voyage Docker_Kubernetes
ssuseraada82
?
Spring boot + java ????? #1
Spring boot + java ????? #1Spring boot + java ????? #1
Spring boot + java ????? #1
SeungHa Eom
?
LetsSwift(??????,??????).pptx
LetsSwift(??????,??????).pptxLetsSwift(??????,??????).pptx
LetsSwift(??????,??????).pptx
ssuser2601f7
?
???????????????_????????_???????_?????.pdf
???????????????_????????_???????_?????.pdf???????????????_????????_???????_?????.pdf
???????????????_????????_???????_?????.pdf
Seung kyoo Park
?
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
20221131_????????????_2022_iOS?????????_??????????_????????????.pdf
?? ?
?
?????????? ??????????????? - ????
?????????? ??????????????? - ?????????????? ??????????????? - ????
?????????? ??????????????? - ????
NAVER D2
?
??? ??? ? ?? ? ??: Yeoman
??? ??? ? ?? ? ??: Yeoman??? ??? ? ?? ? ??: Yeoman
??? ??? ? ?? ? ??: Yeoman
Jae Sung Park
?
Open source engineering - 0.1
Open source engineering - 0.1Open source engineering - 0.1
Open source engineering - 0.1
YoungSu Son
?
01.???? ????
01.???? ????01.???? ????
01.???? ????
Hankyo
?

2022.08 ???????? ????.pptx