9/29/2022

스프링부트

>> 11

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

--> build.gradle 항목에 JPA 또는 mysql driver 사용중인 경우에는 

application.properties 항목에 db 연결 설정.

 

>>

Spring Web, Spring Data JPA, and MySQL Driver.

 

#spring.jpa.hibernate.ddl-auto=update  # update 기본 부트 실행시 에러가 남. ( 관련 클래스 없이..)실행시
spring.jpa.hibernate.ddl-auto=none
#spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/board
spring.datasource.url=jdbc:mysql://localhost:3306/board
spring.datasource.username=spring
spring.datasource.password=
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.show-sql=true

스르핑부트 초기 진입.  -->  컨트롤러

 


>> phpmyadmin. root 암호.

디렉터리 phpmyadmin 아래의

config.inc.php


/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';  /* root 암호 */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';


9/15/2022

영웅문4 윈도우에서 gdi 느림 현상 발생 처리방법

>> 윈7, 윈10, 윈11 공통.

vs2012 최신 배포 버전 재설치 해봅니다.

https://docs.microsoft.com/ko-kr/cpp/windows/latest-supported-vc-redist?view=msvc-140

vs2010 최신 배포 버전 재설치.

 

>> 영웅문4 느려짐 현상 pc 에서,  영웅문 글로벌은 느려짐 현상은 없음.


>> 윈도우 재설치 해본다.


>> 그래도 느려지면.  다른 증권사 hts 로 변경해본다.