The team CMS website is a jsp enterprise website building system developed with jsp+mysql.
Team CMS website installation First, create a cncsnet library in your mysql database (it can also be something else), and then import the cncsnet.sql database file in the compressed package.
Go to WEB-INFclasses to find the db.properties file, open it with Notepad, and modify the following values.
name=your data username
pass=your database password
url = your database address. If it was not cncsnet when you created the database above, replace cncsnet with the name of the database you just created and change these three.
Backend address: http://your ip or domain name/admin.jsp
Default username: admin
Default password: ningyang
Then put all the codes in the compressed package into the ROOT directory in webapps in tomcat or xmapp, run the server, and test