Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- spring
- 배열
- 자료구조
- 이클립스
- Uipath
- MVC
- Board
- jquery
- string
- db
- Scanner
- Array
- rpa
- React
- 조건문
- jsp
- Eclipse
- View
- Database
- mysql
- 문자열
- Java
- Controller
- 상속
- API
- JDBC
- SpringBoot
- Thymeleaf
- Oracle
- html
Archives
- Today
- Total
목록Google (1)
유정잉

1. spring.start.io에서 project 생성 2) setting -> Build -> Gradle -> JDK 17로 설정 / Project Structure에서 Project와 Modules 셋팅 설정 3) application.properties -> applicationproperties.yml로 변경 server: port: 8080# JDBCspring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/yujung username: root password: 00000000 # JPA jpa: database-platform: org.hi..
네이버 클라우드 부트캠프/복습 정리
2024. 6. 26. 11:25