도구/Intellij13 [Intellij] python interpreter configure 설정하기 (자바에서 파이썬 실행하기) Java에서 python을 실행시키고자 할 때 python interpreter 를 세팅해주어야 한다. (Intellij Ultimate 사용중) Intellih에 파이썬 파일을 넣고 실행시키려고 하니 no python interpreter configured for the module 의 오류가 노오고 파이썬 실행을 할 수 없었다. 다음 에러를 해결하고 Intellij에서 파이썬을 해결하기 위해서는 python sdk 를 추가하면된다. 프로젝트 상단에 File -> Project Structure -> Platform Settings -> SDKs -> + -> Add Python SDK System Interpreter 에서 python.exe 파일을 선택한다. SDK를 설정하고 자바를 실행시켰을 때.. 2021. 10. 20. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. spring boot 처음실행 시 다음과 같은 에러가 났다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. application.properties 에 JDBC url 을 추가해준다. [mysql] spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/[DB스키마명]?autoReconnect=true spring.datasource.username=[DB접속Id] spring.datasource.password.. 2021. 10. 7. [intellij] db 연결 - intellij에 database연결해서 사용하기 intellij 에서 database를 연결해서 사용하고자 한다 오른쪽 탭 3개중에 database선택 후 + 버튼을 눌러 사용하고자 하는 db를 선택해준다 다음 화면에서 연결하고자 하는 db에 해당하는 host, name, password, database를 입력해준다 URL하단에 Test Connection 을 눌러 데이터베이스가 올라갈 수 있도록 한다. 2021. 4. 27. Intellij 프로젝트 생성 프로젝트 기본 환경 설정 •gradle •java •war •java 8 •Spring Boot DevTools •Lombok •Spring Web Services •Thymeleaf 2021. 4. 14. intellij 단축키 ctrl + alt + s Setting ctrl + alt + shift + s Project Structure sout + tab System.out.println(); psvm + tab public static void main(String[] args) { } 2021. 4. 2. Intellij 에서 git repository clone하기 Intellij 에 깃 저장소를 연결하고자 한다. VCS - Get from Version Control - url 에 들어가 경로 지정해주면 된다. 2020. 11. 6. 이전 1 2 3 다음