하루에 한가지

INDEX 본문

카테고리 없음

INDEX

너도 2023. 11. 28. 22:51

- Java

- Spring Boot Project

    - 프로젝트 생성

    - git repository 생성

    - git .ignore

    - github repository 생성 및 commit / push

     - web 프로젝트로 수정 / hello world

    - thymeleaf 를 추가

 

- Spring Boot

    - 시작

         - Application / SpringApplication

        - web / Hello world 

        - datasource

        - mybatis

        - application.yml / active profile

        - 

        - logging

        - json return

        - controladvice / Exception 정책

 

    - annotation

        - @SpringBootApplication

        - @SpringBootConfiguration

        - @EnableAutoConfiguration

        - @ComponentScan

        - @Configuration

        - @Bean

        - @Import

    - error

        - java.lang.IllegalStateException: Cannot load configuration class

- 자바스크립트

    - Promise

- 에러

    - java.lang.IllegalStateException

- DB

    - Oracle

        - 설치 및 초기세팅

        - sqlplus

         - 계정생성

        - error

            - ORA-28009: connection as SYS should be as SYSDBA or SYSOPER

            - ORA-00904: : invalid identifier

        - error

        - error

        - error

- eclipse

    - sts 에서 html 파일 생성이 안되요

    - 오류: 기본 클래스 ~~~을(를) 찾거나 로드할 수 없습니다.

- react

  - 개발환경 만들기

    - node.js 설치 https://nodejs.org/en

    - visual studio code 설치 https://code.visualstudio.com/
    - https://create-react-app.dev/docs/getting-started

      - npx create-react-app .

        - npm install npm -g

        - npm start

        - npm run build

 

 

 

 

 

Comments