We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
당시 발생한 에러로그
Cannot call sendError() after the response has been committed
https://stackoverflow.com/questions/57309861/how-to-read-geography-values-using-hibernate
create table information( id INT NOT NULL AUTO_INCREMENT COMMENT '음식점 ID', name VARCHAR(100) NOT NULL COMMENT '음식점명', gubun VARCHAR(50) NOT NULL COMMENT '음식점 분류', gugun VARCHAR(50) NOT NULL COMMENT '구명' , location POINT NOT NULL COMMENT '좌표', cntct VARCHAR(100) NOT NULL COMMENT '전화번호', homepage_url VARCHAR(255) COMMENT '식당 홈페이지 주소', usage_of_week_and_time VARCHAR(100) COMMENT '식당영업시간', address VARCHAR(100) NOT NULL COMMENT '식당주소', PRIMARY KEY (id) )
insert into information (name, gubun, gugun, location, cntct, homepage_url, usage_of_week_and_time, address) values('부탄츄','일식','마포구',ST_GeomFromText('POINT(37.5564036476463 126.926735502823)'), '02-3144-3304','https://www.instagram.com/butanchu_seoul/', '월-토: 11:30 - 23:00 일: 11:30 - 21:30','서울특별시 마포구 와우산로35길 75');
The text was updated successfully, but these errors were encountered:
hibernate-spatial과 mariaDB 간의 비호환이 의심되어 당분간 Decimal로 대체합니다.
Decimal
Sorry, something went wrong.
tlsdhsdb
Queue-ri
No branches or pull requests
당시 발생한 에러로그
Cannot call sendError() after the response has been committed
https://stackoverflow.com/questions/57309861/how-to-read-geography-values-using-hibernate
The text was updated successfully, but these errors were encountered: