Spring boot에 sencha app 생성

2024. 7. 13. 14:19Java/Spring Boot

spring boot project에 static 디렉토리 생성

sencha app 생성

# workspace 생성
cd {sprinb boot project directory}/src/main/resources/static
sencha generate workspace .

# app 생성
sencha -sdk {sencha directory} generate app {sencha proejct name}

spring boot project에서 static 디렉토리 refresh

확인

localhost:{port}/index.html