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
- tomcat
- NestJS
- MariaDB
- tortoise SVN
- Java
- STS
- Can't load AMD 64-bit .dll on a IA 32-bit platform
- exit code = -805306369
- Spring Boot
- loadcomplete
- NextJs
- Maven Project
- Spring
- BRIN
- springboot
- PostgreSQL
- typeorm
- Next.js
- graph database
- Windows 10
- HTML Special Entity
- Eclipse
- maven
- OGM
- JSP
- 서브라임 텍스트
- Spring Cloud
- HTML Code
- orioledb
- PG-Strom
Archives
- Today
- Total
목록springboot (1)
Undergoing
[Springboot] Cannot determine embedded database driver class for database type NONE
DB connection이 유기적이라 application.properties에 DB 정보를 저장하지 않고 별도의 Class File에서 관리하려 한다. @Configuration@MapperScan("package")public class DBConfig { //@Primary@Profile({"LOCAL"})@Bean(name="dataSource")public DataSource dataSourceLocal() {BasicDataSource dataSource = new BasicDataSource();dataSource.setDriverClassName("net.sf.log4jdbc.sql.jdbcapi.DriverSpy");dataSource.setUrl("jdbc:log4jdbc:mariadb..
개발/Spring Boot
2018. 2. 7. 16:45