janwytze / stackftp

Stack webdav to ftp server
0 stars 2 forks source link

Server should be started in a thread #43

Closed janwytze closed 7 years ago

janwytze commented 7 years ago

https://github.com/jwz104/stackftp/blob/3f08722f528f69b93190696d43f02fa643829eb5/src/main/java/nl/stackftp/ftp/StackFtpServer.java#L81

The FTP server should be started in a thread. See https://stackoverflow.com/questions/46528887/spring-applicationcontext-getbean-only-works-when-autowired-before/46547637#46547637

At the moment it does not cause any weird behavior, but it might later.