Skip to content

Instantly share code, notes, and snippets.

View ohoroyoi's full-sized avatar
🏃‍♀️
keep going

ohoroyoi

🏃‍♀️
keep going
View GitHub Profile
@ohoroyoi
ohoroyoi / gist:76dbf340f0ad94af813a606f56e8cc20
Created May 7, 2021 05:24
2021-05-07-패스트캠퍼스강의.md
여기 강의가 거의 풀 커리큘럼 방식의 강의들이라 첨부터 끝까지 보는건 좀 시간 낭비 같으니까 아래것 부터 봐봐요.
강의,명: 한 번에 끝내는 Java/Spring 웹 개발 마스트 초격차 패키지 Online
<챕터>
4-스프링 입문 - ch 01 / 03 / 04 / 05 / 07
아는 내용도 있을 것고 모르는 내용도 있겠지만 우선은 요 강의부터 봅시다.
자바 관련이긴 하지만 어차피 내용 자체가 웹을 기반으로 해 둔거니까 보면서 모르거나 이해가 안되는건 정리해서 알려 주세요.
@ohoroyoi
ohoroyoi / after_codereview.md
Last active October 13, 2020 06:00
코드리뷰 받은것 && 잊어먹지 말것

code-review

잊어먹지 말것.

  1. image는 openimage에 올라간것은 그냥 쓰면 되고 removeProtocol 만 해서 쓰자.. openimage가 아닌것은 openimage에 올려달라고 요청하면 됨

기본 매너

  1. 팀내에서 쓰는 컨벤션 숙지.

  2. 정렬하고 push

@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Last active July 16, 2020 07:27
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,
@ohoroyoi
ohoroyoi / etc_logstash_conf.d_current-logstash.conf
Created July 16, 2020 06:14
logstash : input 3 pg table, output 4 es indexes
input {
jdbc {
jdbc_connection_string => "jdbc:postgresql://IP:PORT/DB_NAME?useTimezone=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf8"
jdbc_user => "atlas"
jdbc_passwor => "atlaspw"
jdbc_validate_connection => true
jdbc_driver_library => "DRIVER_PATH"
jdbc_driver_class => "org.postgresql.Driver"
schedule => "* * * * *"
statement => "SELECT region_id, region_type, country_code, country_code3, continent_code, source_from,